Html Css Color HEX #DC059A Hollywood Cerise

📋 copy color: '#DC059A'

red 220 ◦ green 5 ◦ blue 154

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

Shades of Hollywood Cerise #DC059A

Tints of Hollywood Cerise #DC059A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 58.05%
G = 1.32%
B = 40.63%

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

#DC059A (or 0xDC059A) is known color: Hollywood Cerise. HEX triplet: DC, 05 and 9A. RGB value is (220,5,154). Sum of RGB (Red+Green+Blue) = 220+5+154=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC059A is #23FA65. Grayscale: #555555. Windows color (decimal): -2357862 or 10094044. OLE color: 10094044.

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

Color convert

RGB 220 5 154 -
CMYK 0 0.98 0.3 0.14
HSL 318.42º 0.96% 0.44% -
HSV(B) 318.42º 0.98% 0.86% -
XYZ 35.4 17.66 32.11 -
YUV 86.27 166.23 223.38 -
System Red Green Blue C M Y K H S L
Decimal 220 5 154 0 0.98 0.3 0.14 318.42 0.96 0.44
Hex DC 5 9A 0 62 1E E 13E 60 2C
Octal 334 5 232 0 142 36 16 476 140 54
Binary 11011100 101 10011010 0 1100010 11110 1110 100111110 1100000 101100

Color Harmonies of #DC059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC059A

Black with #DC059A

Text Example


Text Example

White with #DC059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC059A; }

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

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

background-color css

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

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

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

border-color css

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

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

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