Html Css Color HEX #DF0292 Hollywood Cerise

📋 copy color: '#DF0292'

red 223 ◦ green 2 ◦ blue 146

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

Shades of Hollywood Cerise #DF0292

Tints of Hollywood Cerise #DF0292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 60.11%
G = 0.54%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF0292 (or 0xDF0292) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 92. RGB value is (223,2,146). Sum of RGB (Red+Green+Blue) = 223+2+146=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0292 is #20FD6D. Grayscale: #545454. Windows color (decimal): -2162030 or 9568991. OLE color: 9568991.

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

Color convert

RGB 223 2 146 -
CMYK 0 0.99 0.35 0.13
HSL 320.91º 0.98% 0.44% -
HSV(B) 320.91º 0.99% 0.87% -
XYZ 35.64 17.81 28.75 -
YUV 84.5 162.72 226.79 -
System Red Green Blue C M Y K H S L
Decimal 223 2 146 0 0.99 0.35 0.13 320.91 0.98 0.44
Hex DF 2 92 0 63 23 D 141 62 2C
Octal 337 2 222 0 143 43 15 501 142 54
Binary 11011111 10 10010010 0 1100011 100011 1101 101000001 1100010 101100

Color Harmonies of #DF0292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0292

Black with #DF0292

Text Example


Text Example

White with #DF0292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0292; }

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

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

background-color css

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

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

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

border-color css

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

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

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