Html Css Color HEX #DC2197 Deep Cerise

📋 copy color: '#DC2197'

red 220 ◦ green 33 ◦ blue 151

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

Shades of Deep Cerise #DC2197

Tints of Deep Cerise #DC2197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.17%

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

R = 54.46%
G = 8.17%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC2197 (or 0xDC2197) is known color: Deep Cerise. HEX triplet: DC, 21 and 97. RGB value is (220,33,151). Sum of RGB (Red+Green+Blue) = 220+33+151=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2197 is #23DE68. Grayscale: #666666. Windows color (decimal): -2350697 or 9904604. OLE color: 9904604.

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

Color convert

RGB 220 33 151 -
CMYK 0 0.85 0.31 0.14
HSL 322.14º 0.74% 0.5% -
HSV(B) 322.14º 0.85% 0.86% -
XYZ 35.64 18.54 30.98 -
YUV 102.37 155.45 211.91 -
System Red Green Blue C M Y K H S L
Decimal 220 33 151 0 0.85 0.31 0.14 322.14 0.74 0.5
Hex DC 21 97 0 55 1F E 142 4A 32
Octal 334 41 227 0 125 37 16 502 112 62
Binary 11011100 100001 10010111 0 1010101 11111 1110 101000010 1001010 110010

Color Harmonies of #DC2197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2197

Black with #DC2197

Text Example


Text Example

White with #DC2197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2197; }

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

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

background-color css

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

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

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

border-color css

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

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

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