Html Css Color HEX #DC02B2 Hollywood Cerise

📋 copy color: '#DC02B2'

red 220 ◦ green 2 ◦ blue 178

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

Shades of Hollywood Cerise #DC02B2

Tints of Hollywood Cerise #DC02B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.5%

R = 55%
G = 0.5%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC02B2 (or 0xDC02B2) is known color: Hollywood Cerise. HEX triplet: DC, 02 and B2. RGB value is (220,2,178). Sum of RGB (Red+Green+Blue) = 220+2+178=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC02B2 is #23FD4D. Grayscale: #565656. Windows color (decimal): -2358606 or 11666140. OLE color: 11666140.

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

Color convert

RGB 220 2 178 -
CMYK 0 0.99 0.19 0.14
HSL 311.56º 0.98% 0.44% -
HSV(B) 311.56º 0.99% 0.86% -
XYZ 37.57 18.47 43.7 -
YUV 87.25 179.22 222.69 -
System Red Green Blue C M Y K H S L
Decimal 220 2 178 0 0.99 0.19 0.14 311.56 0.98 0.44
Hex DC 2 B2 0 63 13 E 138 62 2C
Octal 334 2 262 0 143 23 16 470 142 54
Binary 11011100 10 10110010 0 1100011 10011 1110 100111000 1100010 101100

Color Harmonies of #DC02B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02B2

Black with #DC02B2

Text Example


Text Example

White with #DC02B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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