Html Css Color HEX #DC06AE Hollywood Cerise

📋 copy color: '#DC06AE'

red 220 ◦ green 6 ◦ blue 174

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

Shades of Hollywood Cerise #DC06AE

Tints of Hollywood Cerise #DC06AE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.5%

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

R = 55%
G = 1.5%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC06AE (or 0xDC06AE) is known color: Hollywood Cerise. HEX triplet: DC, 06 and AE. RGB value is (220,6,174). Sum of RGB (Red+Green+Blue) = 220+6+174=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC06AE is #23F951. Grayscale: #585858. Windows color (decimal): -2357586 or 11405020. OLE color: 11405020.

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

Color convert

RGB 220 6 174 -
CMYK 0 0.97 0.21 0.14
HSL 312.9º 0.95% 0.44% -
HSV(B) 312.9º 0.97% 0.86% -
XYZ 37.22 18.4 41.63 -
YUV 89.14 175.9 221.34 -
System Red Green Blue C M Y K H S L
Decimal 220 6 174 0 0.97 0.21 0.14 312.9 0.95 0.44
Hex DC 6 AE 0 61 15 E 139 5F 2C
Octal 334 6 256 0 141 25 16 471 137 54
Binary 11011100 110 10101110 0 1100001 10101 1110 100111001 1011111 101100

Color Harmonies of #DC06AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC06AE

Black with #DC06AE

Text Example


Text Example

White with #DC06AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC06AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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