Html Css Color HEX #DC00AE Hollywood Cerise

📋 copy color: '#DC00AE'

red 220 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #DC00AE

Tints of Hollywood Cerise #DC00AE

RGB

 RED value IS 220 (86.33% from 255) = 55.84%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.84%
G = 0%
B = 44.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC00AE (or 0xDC00AE) is known color: Hollywood Cerise. HEX triplet: DC, 00 and AE. RGB value is (220,0,174). Sum of RGB (Red+Green+Blue) = 220+0+174=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC00AE is #23FF51. Grayscale: #555555. Windows color (decimal): -2359122 or 11403484. OLE color: 11403484.

HSL color Cylindrical-coordinate representation of color #DC00AE: hue angle of 312.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00AE is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 174 -
CMYK 0 1 0.21 0.14
HSL 312.55º 1% 0.43% -
HSV(B) 312.55º 1% 0.86% -
XYZ 37.16 18.27 41.61 -
YUV 85.62 177.89 223.85 -
System Red Green Blue C M Y K H S L
Decimal 220 0 174 0 1 0.21 0.14 312.55 1 0.43
Hex DC 0 AE 0 64 15 E 139 64 2B
Octal 334 0 256 0 144 25 16 471 144 53
Binary 11011100 0 10101110 0 1100100 10101 1110 100111001 1100100 101011

Color Harmonies of #DC00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00AE

Black with #DC00AE

Text Example


Text Example

White with #DC00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00AE; }

 p { color: rgb(220,0,174); }

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

background-color css

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

 a { background-color: rgb(220,0,174); }

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

border-color css

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

 span { border-color: rgb(220,0,174); }

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