Html Css Color HEX #DC03B1 Hollywood Cerise

📋 copy color: '#DC03B1'

red 220 ◦ green 3 ◦ blue 177

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

Shades of Hollywood Cerise #DC03B1

Tints of Hollywood Cerise #DC03B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.25%

R = 55%
G = 0.75%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC03B1 (or 0xDC03B1) is known color: Hollywood Cerise. HEX triplet: DC, 03 and B1. RGB value is (220,3,177). Sum of RGB (Red+Green+Blue) = 220+3+177=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC03B1 is #23FC4E. Grayscale: #575757. Windows color (decimal): -2358351 or 11600860. OLE color: 11600860.

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

Color convert

RGB 220 3 177 -
CMYK 0 0.99 0.20 0.14
HSL 311.89º 0.97% 0.44% -
HSV(B) 311.89º 0.99% 0.86% -
XYZ 37.48 18.46 43.18 -
YUV 87.72 178.39 222.35 -
System Red Green Blue C M Y K H S L
Decimal 220 3 177 0 0.99 0.20 0.14 311.89 0.97 0.44
Hex DC 3 B1 0 63 14 E 138 61 2C
Octal 334 3 261 0 143 24 16 470 141 54
Binary 11011100 11 10110001 0 1100011 10100 1110 100111000 1100001 101100

Color Harmonies of #DC03B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC03B1

Black with #DC03B1

Text Example


Text Example

White with #DC03B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC03B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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