Html Css Color HEX #DC4593 Deep Cerise

📋 copy color: '#DC4593'

red 220 ◦ green 69 ◦ blue 147

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

Shades of Deep Cerise #DC4593

Tints of Deep Cerise #DC4593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.83%

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

R = 50.46%
G = 15.83%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC4593 (or 0xDC4593) is known color: Deep Cerise. HEX triplet: DC, 45 and 93. RGB value is (220,69,147). Sum of RGB (Red+Green+Blue) = 220+69+147=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4593 is #23BA6C. Grayscale: #7A7A7A. Windows color (decimal): -2341485 or 9651676. OLE color: 9651676.

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

Color convert

RGB 220 69 147 -
CMYK 0 0.69 0.33 0.14
HSL 329.01º 0.68% 0.57% -
HSV(B) 329.01º 0.69% 0.86% -
XYZ 36.91 21.58 29.82 -
YUV 123.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 220 69 147 0 0.69 0.33 0.14 329.01 0.68 0.57
Hex DC 45 93 0 45 21 E 149 44 39
Octal 334 105 223 0 105 41 16 511 104 71
Binary 11011100 1000101 10010011 0 1000101 100001 1110 101001001 1000100 111001

Color Harmonies of #DC4593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4593

Black with #DC4593

Text Example


Text Example

White with #DC4593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4593; }

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

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

background-color css

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

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

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

border-color css

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

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

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