Html Css Color HEX #DC3197 Deep Cerise

📋 copy color: '#DC3197'

red 220 ◦ green 49 ◦ blue 151

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

Shades of Deep Cerise #DC3197

Tints of Deep Cerise #DC3197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.67%

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

R = 52.38%
G = 11.67%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC3197 (or 0xDC3197) is known color: Deep Cerise. HEX triplet: DC, 31 and 97. RGB value is (220,49,151). Sum of RGB (Red+Green+Blue) = 220+49+151=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3197 is #23CE68. Grayscale: #6F6F6F. Windows color (decimal): -2346601 or 9908700. OLE color: 9908700.

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

Color convert

RGB 220 49 151 -
CMYK 0 0.78 0.31 0.14
HSL 324.21º 0.71% 0.53% -
HSV(B) 324.21º 0.78% 0.86% -
XYZ 36.2 19.65 31.16 -
YUV 111.76 150.15 205.21 -
System Red Green Blue C M Y K H S L
Decimal 220 49 151 0 0.78 0.31 0.14 324.21 0.71 0.53
Hex DC 31 97 0 4E 1F E 144 47 35
Octal 334 61 227 0 116 37 16 504 107 65
Binary 11011100 110001 10010111 0 1001110 11111 1110 101000100 1000111 110101

Color Harmonies of #DC3197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3197

Black with #DC3197

Text Example


Text Example

White with #DC3197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3197; }

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

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

background-color css

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

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

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

border-color css

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

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

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