Html Css Color HEX #DC3590 Deep Cerise

📋 copy color: '#DC3590'

red 220 ◦ green 53 ◦ blue 144

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

Shades of Deep Cerise #DC3590

Tints of Deep Cerise #DC3590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.71%

 BLUE value IS 144 (56.64% from 255) = 34.53%

R = 52.76%
G = 12.71%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC3590 (or 0xDC3590) is known color: Deep Cerise. HEX triplet: DC, 35 and 90. RGB value is (220,53,144). Sum of RGB (Red+Green+Blue) = 220+53+144=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3590 is #23CA6F. Grayscale: #717171. Windows color (decimal): -2345584 or 9450972. OLE color: 9450972.

HSL color Cylindrical-coordinate representation of color #DC3590: hue angle of 327.31º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3590 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 53 144 -
CMYK 0 0.76 0.35 0.14
HSL 327.31º 0.7% 0.54% -
HSV(B) 327.31º 0.76% 0.86% -
XYZ 35.82 19.78 28.31 -
YUV 113.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 220 53 144 0 0.76 0.35 0.14 327.31 0.7 0.54
Hex DC 35 90 0 4C 23 E 147 46 36
Octal 334 65 220 0 114 43 16 507 106 66
Binary 11011100 110101 10010000 0 1001100 100011 1110 101000111 1000110 110110

Color Harmonies of #DC3590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3590

Black with #DC3590

Text Example


Text Example

White with #DC3590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3590; }

 p { color: rgb(220,53,144); }

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

background-color css

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

 a { background-color: rgb(220,53,144); }

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

border-color css

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

 span { border-color: rgb(220,53,144); }

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