Html Css Color HEX #DC0393 Hollywood Cerise

📋 copy color: '#DC0393'

red 220 ◦ green 3 ◦ blue 147

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

Shades of Hollywood Cerise #DC0393

Tints of Hollywood Cerise #DC0393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 59.46%
G = 0.81%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC0393 (or 0xDC0393) is known color: Hollywood Cerise. HEX triplet: DC, 03 and 93. RGB value is (220,3,147). Sum of RGB (Red+Green+Blue) = 220+3+147=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0393 is #23FC6C. Grayscale: #535353. Windows color (decimal): -2358381 or 9634780. OLE color: 9634780.

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

Color convert

RGB 220 3 147 -
CMYK 0 0.99 0.33 0.14
HSL 320.18º 0.97% 0.44% -
HSV(B) 320.18º 0.99% 0.86% -
XYZ 34.81 17.39 29.12 -
YUV 84.3 163.39 224.79 -
System Red Green Blue C M Y K H S L
Decimal 220 3 147 0 0.99 0.33 0.14 320.18 0.97 0.44
Hex DC 3 93 0 63 21 E 140 61 2C
Octal 334 3 223 0 143 41 16 500 141 54
Binary 11011100 11 10010011 0 1100011 100001 1110 101000000 1100001 101100

Color Harmonies of #DC0393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0393

Black with #DC0393

Text Example


Text Example

White with #DC0393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0393; }

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

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

background-color css

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

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

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

border-color css

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

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

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