Html Css Color HEX #DC3595 Deep Cerise

📋 copy color: '#DC3595'

red 220 ◦ green 53 ◦ blue 149

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

Shades of Deep Cerise #DC3595

Tints of Deep Cerise #DC3595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 52.13%
G = 12.56%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC3595 (or 0xDC3595) is known color: Deep Cerise. HEX triplet: DC, 35 and 95. RGB value is (220,53,149). Sum of RGB (Red+Green+Blue) = 220+53+149=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3595 is #23CA6A. Grayscale: #717171. Windows color (decimal): -2345579 or 9778652. OLE color: 9778652.

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

Color convert

RGB 220 53 149 -
CMYK 0 0.76 0.32 0.14
HSL 325.51º 0.7% 0.54% -
HSV(B) 325.51º 0.76% 0.86% -
XYZ 36.21 19.93 30.37 -
YUV 113.88 147.83 203.69 -
System Red Green Blue C M Y K H S L
Decimal 220 53 149 0 0.76 0.32 0.14 325.51 0.7 0.54
Hex DC 35 95 0 4C 20 E 146 46 36
Octal 334 65 225 0 114 40 16 506 106 66
Binary 11011100 110101 10010101 0 1001100 100000 1110 101000110 1000110 110110

Color Harmonies of #DC3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3595

Black with #DC3595

Text Example


Text Example

White with #DC3595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3595; }

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

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

background-color css

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

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

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

border-color css

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

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

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