Html Css Color HEX #DC03A6 Hollywood Cerise

📋 copy color: '#DC03A6'

red 220 ◦ green 3 ◦ blue 166

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

Shades of Hollywood Cerise #DC03A6

Tints of Hollywood Cerise #DC03A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.67%

R = 56.56%
G = 0.77%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC03A6 (or 0xDC03A6) is known color: Hollywood Cerise. HEX triplet: DC, 03 and A6. RGB value is (220,3,166). Sum of RGB (Red+Green+Blue) = 220+3+166=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC03A6 is #23FC59. Grayscale: #565656. Windows color (decimal): -2358362 or 10879964. OLE color: 10879964.

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

Color convert

RGB 220 3 166 -
CMYK 0 0.99 0.25 0.14
HSL 314.93º 0.97% 0.44% -
HSV(B) 314.93º 0.99% 0.86% -
XYZ 36.43 18.03 37.64 -
YUV 86.47 172.89 223.25 -
System Red Green Blue C M Y K H S L
Decimal 220 3 166 0 0.99 0.25 0.14 314.93 0.97 0.44
Hex DC 3 A6 0 63 19 E 13B 61 2C
Octal 334 3 246 0 143 31 16 473 141 54
Binary 11011100 11 10100110 0 1100011 11001 1110 100111011 1100001 101100

Color Harmonies of #DC03A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC03A6

Black with #DC03A6

Text Example


Text Example

White with #DC03A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC03A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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