Html Css Color HEX #DF0196 Hollywood Cerise

📋 copy color: '#DF0196'

red 223 ◦ green 1 ◦ blue 150

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

Shades of Hollywood Cerise #DF0196

Tints of Hollywood Cerise #DF0196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 59.63%
G = 0.27%
B = 40.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF0196 (or 0xDF0196) is known color: Hollywood Cerise. HEX triplet: DF, 01 and 96. RGB value is (223,1,150). Sum of RGB (Red+Green+Blue) = 223+1+150=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0196 is #20FE69. Grayscale: #535353. Windows color (decimal): -2162282 or 9830879. OLE color: 9830879.

HSL color Cylindrical-coordinate representation of color #DF0196: hue angle of 319.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0196 is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 1 150 -
CMYK 0 1.00 0.33 0.13
HSL 319.73º 0.99% 0.44% -
HSV(B) 319.73º 1% 0.87% -
XYZ 35.95 17.91 30.42 -
YUV 84.36 165.05 226.88 -
System Red Green Blue C M Y K H S L
Decimal 223 1 150 0 1.00 0.33 0.13 319.73 0.99 0.44
Hex DF 1 96 0 64 21 D 140 63 2C
Octal 337 1 226 0 144 41 15 500 143 54
Binary 11011111 1 10010110 0 1100100 100001 1101 101000000 1100011 101100

Color Harmonies of #DF0196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0196

Black with #DF0196

Text Example


Text Example

White with #DF0196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0196; }

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

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

background-color css

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

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

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

border-color css

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

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

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