Html Css Color HEX #DF0295 Hollywood Cerise

📋 copy color: '#DF0295'

red 223 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #DF0295

Tints of Hollywood Cerise #DF0295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.84%

R = 59.63%
G = 0.53%
B = 39.84%

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

#DF0295 (or 0xDF0295) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 95. RGB value is (223,2,149). Sum of RGB (Red+Green+Blue) = 223+2+149=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0295 is #20FD6A. Grayscale: #545454. Windows color (decimal): -2162027 or 9765599. OLE color: 9765599.

HSL color Cylindrical-coordinate representation of color #DF0295: hue angle of 320.09º 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 #DF0295 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 2 149 -
CMYK 0 0.99 0.33 0.13
HSL 320.09º 0.98% 0.44% -
HSV(B) 320.09º 0.99% 0.87% -
XYZ 35.88 17.9 30 -
YUV 84.84 164.22 226.55 -
System Red Green Blue C M Y K H S L
Decimal 223 2 149 0 0.99 0.33 0.13 320.09 0.98 0.44
Hex DF 2 95 0 63 21 D 140 62 2C
Octal 337 2 225 0 143 41 15 500 142 54
Binary 11011111 10 10010101 0 1100011 100001 1101 101000000 1100010 101100

Color Harmonies of #DF0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0295

Black with #DF0295

Text Example


Text Example

White with #DF0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0295; }

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

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

background-color css

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

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

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

border-color css

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

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

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