Html Css Color HEX #DC3291 Deep Cerise

📋 copy color: '#DC3291'

red 220 ◦ green 50 ◦ blue 145

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

Shades of Deep Cerise #DC3291

Tints of Deep Cerise #DC3291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.05%

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

R = 53.01%
G = 12.05%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC3291 (or 0xDC3291) is known color: Deep Cerise. HEX triplet: DC, 32 and 91. RGB value is (220,50,145). Sum of RGB (Red+Green+Blue) = 220+50+145=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3291 is #23CD6E. Grayscale: #6F6F6F. Windows color (decimal): -2346351 or 9515740. OLE color: 9515740.

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

Color convert

RGB 220 50 145 -
CMYK 0 0.77 0.34 0.14
HSL 326.47º 0.71% 0.53% -
HSV(B) 326.47º 0.77% 0.86% -
XYZ 35.77 19.54 28.67 -
YUV 111.66 146.82 205.28 -
System Red Green Blue C M Y K H S L
Decimal 220 50 145 0 0.77 0.34 0.14 326.47 0.71 0.53
Hex DC 32 91 0 4D 22 E 146 47 35
Octal 334 62 221 0 115 42 16 506 107 65
Binary 11011100 110010 10010001 0 1001101 100010 1110 101000110 1000111 110101

Color Harmonies of #DC3291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3291

Black with #DC3291

Text Example


Text Example

White with #DC3291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3291; }

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

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

background-color css

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

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

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

border-color css

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

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

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