Html Css Color HEX #DC0093 Hollywood Cerise

📋 copy color: '#DC0093'

red 220 ◦ green 0 ◦ blue 147

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

Shades of Hollywood Cerise #DC0093

Tints of Hollywood Cerise #DC0093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.95%
G = 0%
B = 40.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC0093 (or 0xDC0093) is known color: Hollywood Cerise. HEX triplet: DC, 00 and 93. RGB value is (220,0,147). Sum of RGB (Red+Green+Blue) = 220+0+147=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0093 is #23FF6C. Grayscale: #525252. Windows color (decimal): -2359149 or 9634012. OLE color: 9634012.

HSL color Cylindrical-coordinate representation of color #DC0093: hue angle of 319.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0093 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 147 -
CMYK 0 1 0.33 0.14
HSL 319.91º 1% 0.43% -
HSV(B) 319.91º 1% 0.86% -
XYZ 34.78 17.32 29.11 -
YUV 82.54 164.39 226.05 -
System Red Green Blue C M Y K H S L
Decimal 220 0 147 0 1 0.33 0.14 319.91 1 0.43
Hex DC 0 93 0 64 21 E 140 64 2B
Octal 334 0 223 0 144 41 16 500 144 53
Binary 11011100 0 10010011 0 1100100 100001 1110 101000000 1100100 101011

Color Harmonies of #DC0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0093

Black with #DC0093

Text Example


Text Example

White with #DC0093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0093; }

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

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

background-color css

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

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

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

border-color css

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

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

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