Html Css Color HEX #DC0793 Hollywood Cerise

📋 copy color: '#DC0793'

red 220 ◦ green 7 ◦ blue 147

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

Shades of Hollywood Cerise #DC0793

Tints of Hollywood Cerise #DC0793

RGB

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

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

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

R = 58.82%
G = 1.87%
B = 39.3%

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

#DC0793 (or 0xDC0793) is known color: Hollywood Cerise. HEX triplet: DC, 07 and 93. RGB value is (220,7,147). Sum of RGB (Red+Green+Blue) = 220+7+147=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0793 is #23F86C. Grayscale: #565656. Windows color (decimal): -2357357 or 9635804. OLE color: 9635804.

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

Color convert

RGB 220 7 147 -
CMYK 0 0.97 0.33 0.14
HSL 320.56º 0.94% 0.45% -
HSV(B) 320.56º 0.97% 0.86% -
XYZ 34.86 17.47 29.14 -
YUV 86.65 162.07 223.12 -
System Red Green Blue C M Y K H S L
Decimal 220 7 147 0 0.97 0.33 0.14 320.56 0.94 0.45
Hex DC 7 93 0 61 21 E 141 5E 2D
Octal 334 7 223 0 141 41 16 501 136 55
Binary 11011100 111 10010011 0 1100001 100001 1110 101000001 1011110 101101

Color Harmonies of #DC0793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0793

Black with #DC0793

Text Example


Text Example

White with #DC0793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0793; }

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

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

background-color css

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

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

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

border-color css

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

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

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