Html Css Color HEX #DC03AB Hollywood Cerise

📋 copy color: '#DC03AB'

red 220 ◦ green 3 ◦ blue 171

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

Shades of Hollywood Cerise #DC03AB

Tints of Hollywood Cerise #DC03AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 55.84%
G = 0.76%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC03AB (or 0xDC03AB) is known color: Hollywood Cerise. HEX triplet: DC, 03 and AB. RGB value is (220,3,171). Sum of RGB (Red+Green+Blue) = 220+3+171=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC03AB is #23FC54. Grayscale: #565656. Windows color (decimal): -2358357 or 11207644. OLE color: 11207644.

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

Color convert

RGB 220 3 171 -
CMYK 0 0.99 0.22 0.14
HSL 313.55º 0.97% 0.44% -
HSV(B) 313.55º 0.99% 0.86% -
XYZ 36.9 18.22 40.1 -
YUV 87.04 175.39 222.84 -
System Red Green Blue C M Y K H S L
Decimal 220 3 171 0 0.99 0.22 0.14 313.55 0.97 0.44
Hex DC 3 AB 0 63 16 E 13A 61 2C
Octal 334 3 253 0 143 26 16 472 141 54
Binary 11011100 11 10101011 0 1100011 10110 1110 100111010 1100001 101100

Color Harmonies of #DC03AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC03AB

Black with #DC03AB

Text Example


Text Example

White with #DC03AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC03AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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