Html Css Color HEX #DC3997 Deep Cerise

📋 copy color: '#DC3997'

red 220 ◦ green 57 ◦ blue 151

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

Shades of Deep Cerise #DC3997

Tints of Deep Cerise #DC3997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.28%

R = 51.4%
G = 13.32%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC3997 (or 0xDC3997) is known color: Deep Cerise. HEX triplet: DC, 39 and 97. RGB value is (220,57,151). Sum of RGB (Red+Green+Blue) = 220+57+151=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3997 is #23C668. Grayscale: #747474. Windows color (decimal): -2344553 or 9910748. OLE color: 9910748.

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

Color convert

RGB 220 57 151 -
CMYK 0 0.74 0.31 0.14
HSL 325.4º 0.7% 0.54% -
HSV(B) 325.4º 0.74% 0.86% -
XYZ 36.56 20.38 31.28 -
YUV 116.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 220 57 151 0 0.74 0.31 0.14 325.4 0.7 0.54
Hex DC 39 97 0 4A 1F E 145 46 36
Octal 334 71 227 0 112 37 16 505 106 66
Binary 11011100 111001 10010111 0 1001010 11111 1110 101000101 1000110 110110

Color Harmonies of #DC3997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3997

Black with #DC3997

Text Example


Text Example

White with #DC3997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3997; }

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

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

background-color css

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

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

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

border-color css

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

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

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