Html Css Color HEX #DC0795 Hollywood Cerise

📋 copy color: '#DC0795'

red 220 ◦ green 7 ◦ blue 149

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

Shades of Hollywood Cerise #DC0795

Tints of Hollywood Cerise #DC0795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 58.51%
G = 1.86%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC0795 (or 0xDC0795) is known color: Hollywood Cerise. HEX triplet: DC, 07 and 95. RGB value is (220,7,149). Sum of RGB (Red+Green+Blue) = 220+7+149=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0795 is #23F86A. Grayscale: #565656. Windows color (decimal): -2357355 or 9766876. OLE color: 9766876.

HSL color Cylindrical-coordinate representation of color #DC0795: hue angle of 320º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0795 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 7 149 -
CMYK 0 0.97 0.32 0.14
HSL 320º 0.94% 0.45% -
HSV(B) 320º 0.97% 0.86% -
XYZ 35.02 17.54 29.97 -
YUV 86.88 163.07 222.95 -
System Red Green Blue C M Y K H S L
Decimal 220 7 149 0 0.97 0.32 0.14 320 0.94 0.45
Hex DC 7 95 0 61 20 E 140 5E 2D
Octal 334 7 225 0 141 40 16 500 136 55
Binary 11011100 111 10010101 0 1100001 100000 1110 101000000 1011110 101101

Color Harmonies of #DC0795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0795

Black with #DC0795

Text Example


Text Example

White with #DC0795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0795; }

 p { color: rgb(220,7,149); }

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

background-color css

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

 a { background-color: rgb(220,7,149); }

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

border-color css

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

 span { border-color: rgb(220,7,149); }

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