Html Css Color HEX #DC03AA Hollywood Cerise

📋 copy color: '#DC03AA'

red 220 ◦ green 3 ◦ blue 170

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

Shades of Hollywood Cerise #DC03AA

Tints of Hollywood Cerise #DC03AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 55.98%
G = 0.76%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC03AA (or 0xDC03AA) is known color: Hollywood Cerise. HEX triplet: DC, 03 and AA. RGB value is (220,3,170). Sum of RGB (Red+Green+Blue) = 220+3+170=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC03AA is #23FC55. Grayscale: #565656. Windows color (decimal): -2358358 or 11142108. OLE color: 11142108.

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

Color convert

RGB 220 3 170 -
CMYK 0 0.99 0.23 0.14
HSL 313.82º 0.97% 0.44% -
HSV(B) 313.82º 0.99% 0.86% -
XYZ 36.8 18.18 39.6 -
YUV 86.92 174.89 222.92 -
System Red Green Blue C M Y K H S L
Decimal 220 3 170 0 0.99 0.23 0.14 313.82 0.97 0.44
Hex DC 3 AA 0 63 17 E 13A 61 2C
Octal 334 3 252 0 143 27 16 472 141 54
Binary 11011100 11 10101010 0 1100011 10111 1110 100111010 1100001 101100

Color Harmonies of #DC03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC03AA

Black with #DC03AA

Text Example


Text Example

White with #DC03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC03AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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