Html Css Color HEX #DC3996 Deep Cerise

📋 copy color: '#DC3996'

red 220 ◦ green 57 ◦ blue 150

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

Shades of Deep Cerise #DC3996

Tints of Deep Cerise #DC3996

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.35%

 BLUE value IS 150 (58.98% from 255) = 35.13%

R = 51.52%
G = 13.35%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC3996 (or 0xDC3996) is known color: Deep Cerise. HEX triplet: DC, 39 and 96. RGB value is (220,57,150). Sum of RGB (Red+Green+Blue) = 220+57+150=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3996 is #23C669. Grayscale: #747474. Windows color (decimal): -2344554 or 9845212. OLE color: 9845212.

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

Color convert

RGB 220 57 150 -
CMYK 0 0.74 0.32 0.14
HSL 325.77º 0.7% 0.54% -
HSV(B) 325.77º 0.74% 0.86% -
XYZ 36.48 20.34 30.86 -
YUV 116.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 220 57 150 0 0.74 0.32 0.14 325.77 0.7 0.54
Hex DC 39 96 0 4A 20 E 146 46 36
Octal 334 71 226 0 112 40 16 506 106 66
Binary 11011100 111001 10010110 0 1001010 100000 1110 101000110 1000110 110110

Color Harmonies of #DC3996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3996

Black with #DC3996

Text Example


Text Example

White with #DC3996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3996; }

 p { color: rgb(220,57,150); }

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

background-color css

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

 a { background-color: rgb(220,57,150); }

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

border-color css

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

 span { border-color: rgb(220,57,150); }

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