Html Css Color HEX #DC049A Hollywood Cerise

📋 copy color: '#DC049A'

red 220 ◦ green 4 ◦ blue 154

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

Shades of Hollywood Cerise #DC049A

Tints of Hollywood Cerise #DC049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 154 (60.55% from 255) = 40.74%

R = 58.2%
G = 1.06%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC049A (or 0xDC049A) is known color: Hollywood Cerise. HEX triplet: DC, 04 and 9A. RGB value is (220,4,154). Sum of RGB (Red+Green+Blue) = 220+4+154=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC049A is #23FB65. Grayscale: #555555. Windows color (decimal): -2358118 or 10093788. OLE color: 10093788.

HSL color Cylindrical-coordinate representation of color #DC049A: hue angle of 318.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC049A is Cyan = 0, Magento = 0.98, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 4 154 -
CMYK 0 0.98 0.3 0.14
HSL 318.33º 0.96% 0.44% -
HSV(B) 318.33º 0.98% 0.86% -
XYZ 35.39 17.64 32.11 -
YUV 85.68 166.56 223.8 -
System Red Green Blue C M Y K H S L
Decimal 220 4 154 0 0.98 0.3 0.14 318.33 0.96 0.44
Hex DC 4 9A 0 62 1E E 13E 60 2C
Octal 334 4 232 0 142 36 16 476 140 54
Binary 11011100 100 10011010 0 1100010 11110 1110 100111110 1100000 101100

Color Harmonies of #DC049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC049A

Black with #DC049A

Text Example


Text Example

White with #DC049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC049A; }

 p { color: rgb(220,4,154); }

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

background-color css

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

 a { background-color: rgb(220,4,154); }

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

border-color css

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

 span { border-color: rgb(220,4,154); }

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