Html Css Color HEX #DF0291 Hollywood Cerise

📋 copy color: '#DF0291'

red 223 ◦ green 2 ◦ blue 145

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

Shades of Hollywood Cerise #DF0291

Tints of Hollywood Cerise #DF0291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 60.27%
G = 0.54%
B = 39.19%

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

#DF0291 (or 0xDF0291) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 91. RGB value is (223,2,145). Sum of RGB (Red+Green+Blue) = 223+2+145=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0291 is #20FD6E. Grayscale: #545454. Windows color (decimal): -2162031 or 9503455. OLE color: 9503455.

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

Color convert

RGB 223 2 145 -
CMYK 0 0.99 0.35 0.13
HSL 321.18º 0.98% 0.44% -
HSV(B) 321.18º 0.99% 0.87% -
XYZ 35.56 17.78 28.34 -
YUV 84.38 162.22 226.87 -
System Red Green Blue C M Y K H S L
Decimal 223 2 145 0 0.99 0.35 0.13 321.18 0.98 0.44
Hex DF 2 91 0 63 23 D 141 62 2C
Octal 337 2 221 0 143 43 15 501 142 54
Binary 11011111 10 10010001 0 1100011 100011 1101 101000001 1100010 101100

Color Harmonies of #DF0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0291

Black with #DF0291

Text Example


Text Example

White with #DF0291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0291; }

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

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

background-color css

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

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

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

border-color css

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

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

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