Html Css Color HEX #DC3199 Deep Cerise

📋 copy color: '#DC3199'

red 220 ◦ green 49 ◦ blue 153

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

Shades of Deep Cerise #DC3199

Tints of Deep Cerise #DC3199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 52.13%
G = 11.61%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC3199 (or 0xDC3199) is known color: Deep Cerise. HEX triplet: DC, 31 and 99. RGB value is (220,49,153). Sum of RGB (Red+Green+Blue) = 220+49+153=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3199 is #23CE66. Grayscale: #6F6F6F. Windows color (decimal): -2346599 or 10039772. OLE color: 10039772.

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

Color convert

RGB 220 49 153 -
CMYK 0 0.78 0.30 0.14
HSL 323.51º 0.71% 0.53% -
HSV(B) 323.51º 0.78% 0.86% -
XYZ 36.36 19.71 32.03 -
YUV 111.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 220 49 153 0 0.78 0.30 0.14 323.51 0.71 0.53
Hex DC 31 99 0 4E 1E E 144 47 35
Octal 334 61 231 0 116 36 16 504 107 65
Binary 11011100 110001 10011001 0 1001110 11110 1110 101000100 1000111 110101

Color Harmonies of #DC3199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3199

Black with #DC3199

Text Example


Text Example

White with #DC3199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3199; }

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

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

background-color css

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

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

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

border-color css

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

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

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