Html Css Color HEX #DC01A1 Hollywood Cerise

📋 copy color: '#DC01A1'

red 220 ◦ green 1 ◦ blue 161

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

Shades of Hollywood Cerise #DC01A1

Tints of Hollywood Cerise #DC01A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.15%

R = 57.59%
G = 0.26%
B = 42.15%

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

#DC01A1 (or 0xDC01A1) is known color: Hollywood Cerise. HEX triplet: DC, 01 and A1. RGB value is (220,1,161). Sum of RGB (Red+Green+Blue) = 220+1+161=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC01A1 is #23FE5E. Grayscale: #545454. Windows color (decimal): -2358879 or 10551772. OLE color: 10551772.

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

Color convert

RGB 220 1 161 -
CMYK 0 1.00 0.27 0.14
HSL 316.16º 0.99% 0.43% -
HSV(B) 316.16º 1% 0.86% -
XYZ 35.96 17.81 35.26 -
YUV 84.72 171.05 224.49 -
System Red Green Blue C M Y K H S L
Decimal 220 1 161 0 1.00 0.27 0.14 316.16 0.99 0.43
Hex DC 1 A1 0 64 1B E 13C 63 2B
Octal 334 1 241 0 144 33 16 474 143 53
Binary 11011100 1 10100001 0 1100100 11011 1110 100111100 1100011 101011

Color Harmonies of #DC01A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01A1

Black with #DC01A1

Text Example


Text Example

White with #DC01A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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