Html Css Color HEX #DC01A0 Hollywood Cerise

📋 copy color: '#DC01A0'

red 220 ◦ green 1 ◦ blue 160

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

Shades of Hollywood Cerise #DC01A0

Tints of Hollywood Cerise #DC01A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.99%

R = 57.74%
G = 0.26%
B = 41.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC01A0 (or 0xDC01A0) is known color: Hollywood Cerise. HEX triplet: DC, 01 and A0. RGB value is (220,1,160). Sum of RGB (Red+Green+Blue) = 220+1+160=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC01A0 is #23FE5F. Grayscale: #545454. Windows color (decimal): -2358880 or 10486236. OLE color: 10486236.

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

Color convert

RGB 220 1 160 -
CMYK 0 1.00 0.27 0.14
HSL 316.44º 0.99% 0.43% -
HSV(B) 316.44º 1% 0.86% -
XYZ 35.87 17.78 34.8 -
YUV 84.61 170.55 224.57 -
System Red Green Blue C M Y K H S L
Decimal 220 1 160 0 1.00 0.27 0.14 316.44 0.99 0.43
Hex DC 1 A0 0 64 1B E 13C 63 2B
Octal 334 1 240 0 144 33 16 474 143 53
Binary 11011100 1 10100000 0 1100100 11011 1110 100111100 1100011 101011

Color Harmonies of #DC01A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01A0

Black with #DC01A0

Text Example


Text Example

White with #DC01A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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