Html Css Color HEX #DC0794 Hollywood Cerise

📋 copy color: '#DC0794'

red 220 ◦ green 7 ◦ blue 148

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

Shades of Hollywood Cerise #DC0794

Tints of Hollywood Cerise #DC0794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.47%

R = 58.67%
G = 1.87%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC0794 (or 0xDC0794) is known color: Hollywood Cerise. HEX triplet: DC, 07 and 94. RGB value is (220,7,148). Sum of RGB (Red+Green+Blue) = 220+7+148=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0794 is #23F86B. Grayscale: #565656. Windows color (decimal): -2357356 or 9701340. OLE color: 9701340.

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

Color convert

RGB 220 7 148 -
CMYK 0 0.97 0.33 0.14
HSL 320.28º 0.94% 0.45% -
HSV(B) 320.28º 0.97% 0.86% -
XYZ 34.94 17.51 29.55 -
YUV 86.76 162.57 223.04 -
System Red Green Blue C M Y K H S L
Decimal 220 7 148 0 0.97 0.33 0.14 320.28 0.94 0.45
Hex DC 7 94 0 61 21 E 140 5E 2D
Octal 334 7 224 0 141 41 16 500 136 55
Binary 11011100 111 10010100 0 1100001 100001 1110 101000000 1011110 101101

Color Harmonies of #DC0794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0794

Black with #DC0794

Text Example


Text Example

White with #DC0794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0794; }

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

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

background-color css

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

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

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

border-color css

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

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

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