Html Css Color HEX #DC03B2 Hollywood Cerise

📋 copy color: '#DC03B2'

red 220 ◦ green 3 ◦ blue 178

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

Shades of Hollywood Cerise #DC03B2

Tints of Hollywood Cerise #DC03B2

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

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

R = 54.86%
G = 0.75%
B = 44.39%

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

#DC03B2 (or 0xDC03B2) is known color: Hollywood Cerise. HEX triplet: DC, 03 and B2. RGB value is (220,3,178). Sum of RGB (Red+Green+Blue) = 220+3+178=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC03B2 is #23FC4D. Grayscale: #575757. Windows color (decimal): -2358350 or 11666396. OLE color: 11666396.

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

Color convert

RGB 220 3 178 -
CMYK 0 0.99 0.19 0.14
HSL 311.61º 0.97% 0.44% -
HSV(B) 311.61º 0.99% 0.86% -
XYZ 37.58 18.5 43.71 -
YUV 87.83 178.89 222.27 -
System Red Green Blue C M Y K H S L
Decimal 220 3 178 0 0.99 0.19 0.14 311.61 0.97 0.44
Hex DC 3 B2 0 63 13 E 138 61 2C
Octal 334 3 262 0 143 23 16 470 141 54
Binary 11011100 11 10110010 0 1100011 10011 1110 100111000 1100001 101100

Color Harmonies of #DC03B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC03B2

Black with #DC03B2

Text Example


Text Example

White with #DC03B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC03B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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