Html Css Color HEX #DC0493 Hollywood Cerise

📋 copy color: '#DC0493'

red 220 ◦ green 4 ◦ blue 147

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

Shades of Hollywood Cerise #DC0493

Tints of Hollywood Cerise #DC0493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.62%

R = 59.3%
G = 1.08%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC0493 (or 0xDC0493) is known color: Hollywood Cerise. HEX triplet: DC, 04 and 93. RGB value is (220,4,147). Sum of RGB (Red+Green+Blue) = 220+4+147=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0493 is #23FB6C. Grayscale: #545454. Windows color (decimal): -2358125 or 9635036. OLE color: 9635036.

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

Color convert

RGB 220 4 147 -
CMYK 0 0.98 0.33 0.14
HSL 320.28º 0.96% 0.44% -
HSV(B) 320.28º 0.98% 0.86% -
XYZ 34.83 17.41 29.13 -
YUV 84.89 163.06 224.37 -
System Red Green Blue C M Y K H S L
Decimal 220 4 147 0 0.98 0.33 0.14 320.28 0.96 0.44
Hex DC 4 93 0 62 21 E 140 60 2C
Octal 334 4 223 0 142 41 16 500 140 54
Binary 11011100 100 10010011 0 1100010 100001 1110 101000000 1100000 101100

Color Harmonies of #DC0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0493

Black with #DC0493

Text Example


Text Example

White with #DC0493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0493; }

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

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

background-color css

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

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

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

border-color css

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

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

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