Html Css Color HEX #DC3497 Deep Cerise

📋 copy color: '#DC3497'

red 220 ◦ green 52 ◦ blue 151

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

Shades of Deep Cerise #DC3497

Tints of Deep Cerise #DC3497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.29%

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

R = 52.01%
G = 12.29%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC3497 (or 0xDC3497) is known color: Deep Cerise. HEX triplet: DC, 34 and 97. RGB value is (220,52,151). Sum of RGB (Red+Green+Blue) = 220+52+151=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3497 is #23CB68. Grayscale: #717171. Windows color (decimal): -2345833 or 9909468. OLE color: 9909468.

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

Color convert

RGB 220 52 151 -
CMYK 0 0.76 0.31 0.14
HSL 324.64º 0.71% 0.53% -
HSV(B) 324.64º 0.76% 0.86% -
XYZ 36.33 19.91 31.21 -
YUV 113.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 220 52 151 0 0.76 0.31 0.14 324.64 0.71 0.53
Hex DC 34 97 0 4C 1F E 145 47 35
Octal 334 64 227 0 114 37 16 505 107 65
Binary 11011100 110100 10010111 0 1001100 11111 1110 101000101 1000111 110101

Color Harmonies of #DC3497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3497

Black with #DC3497

Text Example


Text Example

White with #DC3497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3497; }

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

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

background-color css

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

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

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

border-color css

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

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

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