Html Css Color HEX #DC01AE Hollywood Cerise

📋 copy color: '#DC01AE'

red 220 ◦ green 1 ◦ blue 174

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

Shades of Hollywood Cerise #DC01AE

Tints of Hollywood Cerise #DC01AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 55.7%
G = 0.25%
B = 44.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC01AE (or 0xDC01AE) is known color: Hollywood Cerise. HEX triplet: DC, 01 and AE. RGB value is (220,1,174). Sum of RGB (Red+Green+Blue) = 220+1+174=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC01AE is #23FE51. Grayscale: #555555. Windows color (decimal): -2358866 or 11403740. OLE color: 11403740.

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

Color convert

RGB 220 1 174 -
CMYK 0 1.00 0.21 0.14
HSL 312.6º 0.99% 0.43% -
HSV(B) 312.6º 1% 0.86% -
XYZ 37.17 18.29 41.62 -
YUV 86.2 177.55 223.43 -
System Red Green Blue C M Y K H S L
Decimal 220 1 174 0 1.00 0.21 0.14 312.6 0.99 0.43
Hex DC 1 AE 0 64 15 E 139 63 2B
Octal 334 1 256 0 144 25 16 471 143 53
Binary 11011100 1 10101110 0 1100100 10101 1110 100111001 1100011 101011

Color Harmonies of #DC01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01AE

Black with #DC01AE

Text Example


Text Example

White with #DC01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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