Html Css Color HEX #DC3491 Deep Cerise

📋 copy color: '#DC3491'

red 220 ◦ green 52 ◦ blue 145

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

Shades of Deep Cerise #DC3491

Tints of Deep Cerise #DC3491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 52.76%
G = 12.47%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC3491 (or 0xDC3491) is known color: Deep Cerise. HEX triplet: DC, 34 and 91. RGB value is (220,52,145). Sum of RGB (Red+Green+Blue) = 220+52+145=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3491 is #23CB6E. Grayscale: #707070. Windows color (decimal): -2345839 or 9516252. OLE color: 9516252.

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

Color convert

RGB 220 52 145 -
CMYK 0 0.76 0.34 0.14
HSL 326.79º 0.71% 0.53% -
HSV(B) 326.79º 0.76% 0.86% -
XYZ 35.85 19.72 28.7 -
YUV 112.83 146.16 204.44 -
System Red Green Blue C M Y K H S L
Decimal 220 52 145 0 0.76 0.34 0.14 326.79 0.71 0.53
Hex DC 34 91 0 4C 22 E 147 47 35
Octal 334 64 221 0 114 42 16 507 107 65
Binary 11011100 110100 10010001 0 1001100 100010 1110 101000111 1000111 110101

Color Harmonies of #DC3491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3491

Black with #DC3491

Text Example


Text Example

White with #DC3491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3491; }

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

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

background-color css

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

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

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

border-color css

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

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

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