Html Css Color HEX #DC02B3 Hollywood Cerise

📋 copy color: '#DC02B3'

red 220 ◦ green 2 ◦ blue 179

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

Shades of Hollywood Cerise #DC02B3

Tints of Hollywood Cerise #DC02B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.64%

R = 54.86%
G = 0.5%
B = 44.64%

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

#DC02B3 (or 0xDC02B3) is known color: Hollywood Cerise. HEX triplet: DC, 02 and B3. RGB value is (220,2,179). Sum of RGB (Red+Green+Blue) = 220+2+179=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02B3 is #23FD4C. Grayscale: #565656. Windows color (decimal): -2358605 or 11731676. OLE color: 11731676.

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

Color convert

RGB 220 2 179 -
CMYK 0 0.99 0.19 0.14
HSL 311.28º 0.98% 0.44% -
HSV(B) 311.28º 0.99% 0.86% -
XYZ 37.67 18.51 44.24 -
YUV 87.36 179.72 222.61 -
System Red Green Blue C M Y K H S L
Decimal 220 2 179 0 0.99 0.19 0.14 311.28 0.98 0.44
Hex DC 2 B3 0 63 13 E 137 62 2C
Octal 334 2 263 0 143 23 16 467 142 54
Binary 11011100 10 10110011 0 1100011 10011 1110 100110111 1100010 101100

Color Harmonies of #DC02B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02B3

Black with #DC02B3

Text Example


Text Example

White with #DC02B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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