Html Css Color HEX #DC03A9 Hollywood Cerise

📋 copy color: '#DC03A9'

red 220 ◦ green 3 ◦ blue 169

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

Shades of Hollywood Cerise #DC03A9

Tints of Hollywood Cerise #DC03A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 43.11%

R = 56.12%
G = 0.77%
B = 43.11%

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

#DC03A9 (or 0xDC03A9) is known color: Hollywood Cerise. HEX triplet: DC, 03 and A9. RGB value is (220,3,169). Sum of RGB (Red+Green+Blue) = 220+3+169=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC03A9 is #23FC56. Grayscale: #565656. Windows color (decimal): -2358359 or 11076572. OLE color: 11076572.

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

Color convert

RGB 220 3 169 -
CMYK 0 0.99 0.23 0.14
HSL 314.1º 0.97% 0.44% -
HSV(B) 314.1º 0.99% 0.86% -
XYZ 36.71 18.15 39.1 -
YUV 86.81 174.39 223 -
System Red Green Blue C M Y K H S L
Decimal 220 3 169 0 0.99 0.23 0.14 314.1 0.97 0.44
Hex DC 3 A9 0 63 17 E 13A 61 2C
Octal 334 3 251 0 143 27 16 472 141 54
Binary 11011100 11 10101001 0 1100011 10111 1110 100111010 1100001 101100

Color Harmonies of #DC03A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC03A9

Black with #DC03A9

Text Example


Text Example

White with #DC03A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC03A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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