Html Css Color HEX #DF2096 Deep Cerise

📋 copy color: '#DF2096'

red 223 ◦ green 32 ◦ blue 150

#DF2096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DF2096

Tints of Deep Cerise #DF2096

RGB

 RED value IS 223 (87.5% from 255) = 55.06%

 GREEN value IS 32 (12.89% from 255) = 7.9%

 BLUE value IS 150 (58.98% from 255) = 37.04%

R = 55.06%
G = 7.9%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF2096 (or 0xDF2096) is known color: Deep Cerise. HEX triplet: DF, 20 and 96. RGB value is (223,32,150). Sum of RGB (Red+Green+Blue) = 223+32+150=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2096 is #20DF69. Grayscale: #666666. Windows color (decimal): -2154346 or 9838815. OLE color: 9838815.

HSL color Cylindrical-coordinate representation of color #DF2096: hue angle of 322.93º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2096 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 32 150 -
CMYK 0 0.86 0.33 0.13
HSL 322.93º 0.75% 0.5% -
HSV(B) 322.93º 0.86% 0.87% -
XYZ 36.45 18.92 30.59 -
YUV 102.56 154.78 213.91 -
System Red Green Blue C M Y K H S L
Decimal 223 32 150 0 0.86 0.33 0.13 322.93 0.75 0.5
Hex DF 20 96 0 56 21 D 143 4B 32
Octal 337 40 226 0 126 41 15 503 113 62
Binary 11011111 100000 10010110 0 1010110 100001 1101 101000011 1001011 110010

Color Harmonies of #DF2096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2096

Black with #DF2096

Text Example


Text Example

White with #DF2096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2096; }

 p { color: rgb(223,32,150); }

 H1.HeaderClassName
 {
   color: #DF2096;
 }
 .AnyTagClassName
 {
   color: #DF2096;
 }
</style>

background-color css

<style>
 a { background-color: #DF2096; }

 a { background-color: rgb(223,32,150); }

 div.DivClassName
 {
   background-color: #DF2096;
 }
 .BgClassName
 {
   background-color: #DF2096;
 }
</style>

border-color css

<style>
 span { border-color: #DF2096; }

 span { border-color: rgb(223,32,150); }

 td.TdClassName
 {
   border-color: #DF2096;
 }
 .TagClassName
 {
   border-color: #DF2096;
 }
</style>