Html Css Color HEX #DC029B Hollywood Cerise

📋 copy color: '#DC029B'

red 220 ◦ green 2 ◦ blue 155

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

Shades of Hollywood Cerise #DC029B

Tints of Hollywood Cerise #DC029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 58.36%
G = 0.53%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC029B (or 0xDC029B) is known color: Hollywood Cerise. HEX triplet: DC, 02 and 9B. RGB value is (220,2,155). Sum of RGB (Red+Green+Blue) = 220+2+155=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC029B is #23FD64. Grayscale: #545454. Windows color (decimal): -2358629 or 10158812. OLE color: 10158812.

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

Color convert

RGB 220 2 155 -
CMYK 0 0.99 0.30 0.14
HSL 317.89º 0.98% 0.44% -
HSV(B) 317.89º 0.99% 0.86% -
XYZ 35.45 17.63 32.54 -
YUV 84.62 167.72 224.56 -
System Red Green Blue C M Y K H S L
Decimal 220 2 155 0 0.99 0.30 0.14 317.89 0.98 0.44
Hex DC 2 9B 0 63 1E E 13E 62 2C
Octal 334 2 233 0 143 36 16 476 142 54
Binary 11011100 10 10011011 0 1100011 11110 1110 100111110 1100010 101100

Color Harmonies of #DC029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC029B

Black with #DC029B

Text Example


Text Example

White with #DC029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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