Html Css Color HEX #DC02A1 Hollywood Cerise

📋 copy color: '#DC02A1'

red 220 ◦ green 2 ◦ blue 161

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

Shades of Hollywood Cerise #DC02A1

Tints of Hollywood Cerise #DC02A1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 57.44%
G = 0.52%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC02A1 (or 0xDC02A1) is known color: Hollywood Cerise. HEX triplet: DC, 02 and A1. RGB value is (220,2,161). Sum of RGB (Red+Green+Blue) = 220+2+161=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC02A1 is #23FD5E. Grayscale: #545454. Windows color (decimal): -2358623 or 10552028. OLE color: 10552028.

HSL color Cylindrical-coordinate representation of color #DC02A1: hue angle of 316.24º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02A1 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 2 161 -
CMYK 0 0.99 0.27 0.14
HSL 316.24º 0.98% 0.44% -
HSV(B) 316.24º 0.99% 0.86% -
XYZ 35.97 17.83 35.26 -
YUV 85.31 170.72 224.07 -
System Red Green Blue C M Y K H S L
Decimal 220 2 161 0 0.99 0.27 0.14 316.24 0.98 0.44
Hex DC 2 A1 0 63 1B E 13C 62 2C
Octal 334 2 241 0 143 33 16 474 142 54
Binary 11011100 10 10100001 0 1100011 11011 1110 100111100 1100010 101100

Color Harmonies of #DC02A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02A1

Black with #DC02A1

Text Example


Text Example

White with #DC02A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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