Html Css Color HEX #DF0DAE Hollywood Cerise

📋 copy color: '#DF0DAE'

red 223 ◦ green 13 ◦ blue 174

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

Shades of Hollywood Cerise #DF0DAE

Tints of Hollywood Cerise #DF0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.17%

 BLUE value IS 174 (68.36% from 255) = 42.44%

R = 54.39%
G = 3.17%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF0DAE (or 0xDF0DAE) is known color: Hollywood Cerise. HEX triplet: DF, 0D and AE. RGB value is (223,13,174). Sum of RGB (Red+Green+Blue) = 223+13+174=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0DAE is #20F251. Grayscale: #5D5D5D. Windows color (decimal): -2159186 or 11406815. OLE color: 11406815.

HSL color Cylindrical-coordinate representation of color #DF0DAE: hue angle of 314º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DAE is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 13 174 -
CMYK 0 0.94 0.22 0.13
HSL 314º 0.89% 0.46% -
HSV(B) 314º 0.94% 0.87% -
XYZ 38.22 19.03 41.7 -
YUV 94.14 173.07 219.91 -
System Red Green Blue C M Y K H S L
Decimal 223 13 174 0 0.94 0.22 0.13 314 0.89 0.46
Hex DF D AE 0 5E 16 D 13A 59 2E
Octal 337 15 256 0 136 26 15 472 131 56
Binary 11011111 1101 10101110 0 1011110 10110 1101 100111010 1011001 101110

Color Harmonies of #DF0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DAE

Black with #DF0DAE

Text Example


Text Example

White with #DF0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DAE; }

 p { color: rgb(223,13,174); }

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

background-color css

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

 a { background-color: rgb(223,13,174); }

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

border-color css

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

 span { border-color: rgb(223,13,174); }

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