Html Css Color HEX #DC03AE Hollywood Cerise

📋 copy color: '#DC03AE'

red 220 ◦ green 3 ◦ blue 174

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

Shades of Hollywood Cerise #DC03AE

Tints of Hollywood Cerise #DC03AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 55.42%
G = 0.76%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC03AE (or 0xDC03AE) is known color: Hollywood Cerise. HEX triplet: DC, 03 and AE. RGB value is (220,3,174). Sum of RGB (Red+Green+Blue) = 220+3+174=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC03AE is #23FC51. Grayscale: #565656. Windows color (decimal): -2358354 or 11404252. OLE color: 11404252.

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

Color convert

RGB 220 3 174 -
CMYK 0 0.99 0.21 0.14
HSL 312.72º 0.97% 0.44% -
HSV(B) 312.72º 0.99% 0.86% -
XYZ 37.19 18.34 41.62 -
YUV 87.38 176.89 222.6 -
System Red Green Blue C M Y K H S L
Decimal 220 3 174 0 0.99 0.21 0.14 312.72 0.97 0.44
Hex DC 3 AE 0 63 15 E 139 61 2C
Octal 334 3 256 0 143 25 16 471 141 54
Binary 11011100 11 10101110 0 1100011 10101 1110 100111001 1100001 101100

Color Harmonies of #DC03AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC03AE

Black with #DC03AE

Text Example


Text Example

White with #DC03AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC03AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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