Html Css Color HEX #DF0296 Hollywood Cerise

📋 copy color: '#DF0296'

red 223 ◦ green 2 ◦ blue 150

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

Shades of Hollywood Cerise #DF0296

Tints of Hollywood Cerise #DF0296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 59.47%
G = 0.53%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF0296 (or 0xDF0296) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 96. RGB value is (223,2,150). Sum of RGB (Red+Green+Blue) = 223+2+150=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0296 is #20FD69. Grayscale: #545454. Windows color (decimal): -2162026 or 9831135. OLE color: 9831135.

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

Color convert

RGB 223 2 150 -
CMYK 0 0.99 0.33 0.13
HSL 319.82º 0.98% 0.44% -
HSV(B) 319.82º 0.99% 0.87% -
XYZ 35.96 17.93 30.42 -
YUV 84.95 164.72 226.47 -
System Red Green Blue C M Y K H S L
Decimal 223 2 150 0 0.99 0.33 0.13 319.82 0.98 0.44
Hex DF 2 96 0 63 21 D 140 62 2C
Octal 337 2 226 0 143 41 15 500 142 54
Binary 11011111 10 10010110 0 1100011 100001 1101 101000000 1100010 101100

Color Harmonies of #DF0296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0296

Black with #DF0296

Text Example


Text Example

White with #DF0296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0296; }

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

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

background-color css

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

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

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

border-color css

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

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

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