Html Css Color HEX #DF0CAE Hollywood Cerise

📋 copy color: '#DF0CAE'

red 223 ◦ green 12 ◦ blue 174

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

Shades of Hollywood Cerise #DF0CAE

Tints of Hollywood Cerise #DF0CAE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.93%

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

R = 54.52%
G = 2.93%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF0CAE (or 0xDF0CAE) is known color: Hollywood Cerise. HEX triplet: DF, 0C and AE. RGB value is (223,12,174). Sum of RGB (Red+Green+Blue) = 223+12+174=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0CAE is #20F351. Grayscale: #5D5D5D. Windows color (decimal): -2159442 or 11406559. OLE color: 11406559.

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

Color convert

RGB 223 12 174 -
CMYK 0 0.95 0.22 0.13
HSL 313.93º 0.9% 0.46% -
HSV(B) 313.93º 0.95% 0.87% -
XYZ 38.2 19.01 41.7 -
YUV 93.56 173.4 220.33 -
System Red Green Blue C M Y K H S L
Decimal 223 12 174 0 0.95 0.22 0.13 313.93 0.9 0.46
Hex DF C AE 0 5F 16 D 13A 5A 2E
Octal 337 14 256 0 137 26 15 472 132 56
Binary 11011111 1100 10101110 0 1011111 10110 1101 100111010 1011010 101110

Color Harmonies of #DF0CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0CAE

Black with #DF0CAE

Text Example


Text Example

White with #DF0CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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