Html Css Color HEX #DC00AD Hollywood Cerise

📋 copy color: '#DC00AD'

red 220 ◦ green 0 ◦ blue 173

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

Shades of Hollywood Cerise #DC00AD

Tints of Hollywood Cerise #DC00AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 55.98%
G = 0%
B = 44.02%

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

#DC00AD (or 0xDC00AD) is known color: Hollywood Cerise. HEX triplet: DC, 00 and AD. RGB value is (220,0,173). Sum of RGB (Red+Green+Blue) = 220+0+173=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC00AD is #23FF52. Grayscale: #555555. Windows color (decimal): -2359123 or 11337948. OLE color: 11337948.

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

Color convert

RGB 220 0 173 -
CMYK 0 1 0.21 0.14
HSL 312.82º 1% 0.43% -
HSV(B) 312.82º 1% 0.86% -
XYZ 37.06 18.23 41.1 -
YUV 85.5 177.39 223.93 -
System Red Green Blue C M Y K H S L
Decimal 220 0 173 0 1 0.21 0.14 312.82 1 0.43
Hex DC 0 AD 0 64 15 E 139 64 2B
Octal 334 0 255 0 144 25 16 471 144 53
Binary 11011100 0 10101101 0 1100100 10101 1110 100111001 1100100 101011

Color Harmonies of #DC00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00AD

Black with #DC00AD

Text Example


Text Example

White with #DC00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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