Html Css Color HEX #DC00AC Hollywood Cerise

📋 copy color: '#DC00AC'

red 220 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #DC00AC

Tints of Hollywood Cerise #DC00AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 56.12%
G = 0%
B = 43.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC00AC (or 0xDC00AC) is known color: Hollywood Cerise. HEX triplet: DC, 00 and AC. RGB value is (220,0,172). Sum of RGB (Red+Green+Blue) = 220+0+172=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC00AC is #23FF53. Grayscale: #545454. Windows color (decimal): -2359124 or 11272412. OLE color: 11272412.

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

Color convert

RGB 220 0 172 -
CMYK 0 1 0.22 0.14
HSL 313.09º 1% 0.43% -
HSV(B) 313.09º 1% 0.86% -
XYZ 36.96 18.19 40.59 -
YUV 85.39 176.89 224.01 -
System Red Green Blue C M Y K H S L
Decimal 220 0 172 0 1 0.22 0.14 313.09 1 0.43
Hex DC 0 AC 0 64 16 E 139 64 2B
Octal 334 0 254 0 144 26 16 471 144 53
Binary 11011100 0 10101100 0 1100100 10110 1110 100111001 1100100 101011

Color Harmonies of #DC00AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00AC

Black with #DC00AC

Text Example


Text Example

White with #DC00AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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