Html Css Color HEX #DC00A6 Hollywood Cerise

📋 copy color: '#DC00A6'

red 220 ◦ green 0 ◦ blue 166

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

Shades of Hollywood Cerise #DC00A6

Tints of Hollywood Cerise #DC00A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.01%

R = 56.99%
G = 0%
B = 43.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC00A6 (or 0xDC00A6) is known color: Hollywood Cerise. HEX triplet: DC, 00 and A6. RGB value is (220,0,166). Sum of RGB (Red+Green+Blue) = 220+0+166=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC00A6 is #23FF59. Grayscale: #545454. Windows color (decimal): -2359130 or 10879196. OLE color: 10879196.

HSL color Cylindrical-coordinate representation of color #DC00A6: hue angle of 314.73º 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 #DC00A6 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 166 -
CMYK 0 1 0.25 0.14
HSL 314.73º 1% 0.43% -
HSV(B) 314.73º 1% 0.86% -
XYZ 36.4 17.97 37.63 -
YUV 84.7 173.89 224.5 -
System Red Green Blue C M Y K H S L
Decimal 220 0 166 0 1 0.25 0.14 314.73 1 0.43
Hex DC 0 A6 0 64 19 E 13B 64 2B
Octal 334 0 246 0 144 31 16 473 144 53
Binary 11011100 0 10100110 0 1100100 11001 1110 100111011 1100100 101011

Color Harmonies of #DC00A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00A6

Black with #DC00A6

Text Example


Text Example

White with #DC00A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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