Html Css Color HEX #DC3695 Deep Cerise

📋 copy color: '#DC3695'

red 220 ◦ green 54 ◦ blue 149

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

Shades of Deep Cerise #DC3695

Tints of Deep Cerise #DC3695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.77%

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

R = 52.01%
G = 12.77%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC3695 (or 0xDC3695) is known color: Deep Cerise. HEX triplet: DC, 36 and 95. RGB value is (220,54,149). Sum of RGB (Red+Green+Blue) = 220+54+149=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3695 is #23C96A. Grayscale: #727272. Windows color (decimal): -2345323 or 9778908. OLE color: 9778908.

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

Color convert

RGB 220 54 149 -
CMYK 0 0.75 0.32 0.14
HSL 325.66º 0.7% 0.54% -
HSV(B) 325.66º 0.75% 0.86% -
XYZ 36.26 20.02 30.39 -
YUV 114.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 220 54 149 0 0.75 0.32 0.14 325.66 0.7 0.54
Hex DC 36 95 0 4B 20 E 146 46 36
Octal 334 66 225 0 113 40 16 506 106 66
Binary 11011100 110110 10010101 0 1001011 100000 1110 101000110 1000110 110110

Color Harmonies of #DC3695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3695

Black with #DC3695

Text Example


Text Example

White with #DC3695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3695; }

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

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

background-color css

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

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

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

border-color css

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

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

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