Html Css Color HEX #DD3191 Deep Cerise

📋 copy color: '#DD3191'

red 221 ◦ green 49 ◦ blue 145

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

Shades of Deep Cerise #DD3191

Tints of Deep Cerise #DD3191

RGB

 RED value IS 221 (86.72% from 255) = 53.25%

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

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

R = 53.25%
G = 11.81%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD3191 (or 0xDD3191) is known color: Deep Cerise. HEX triplet: DD, 31 and 91. RGB value is (221,49,145). Sum of RGB (Red+Green+Blue) = 221+49+145=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3191 is #22CE6E. Grayscale: #6F6F6F. Windows color (decimal): -2281071 or 9515485. OLE color: 9515485.

HSL color Cylindrical-coordinate representation of color #DD3191: hue angle of 326.51º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3191 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 145 -
CMYK 0 0.78 0.34 0.13
HSL 326.51º 0.72% 0.53% -
HSV(B) 326.51º 0.78% 0.87% -
XYZ 36.03 19.61 28.67 -
YUV 111.37 146.98 206.19 -
System Red Green Blue C M Y K H S L
Decimal 221 49 145 0 0.78 0.34 0.13 326.51 0.72 0.53
Hex DD 31 91 0 4E 22 D 147 48 35
Octal 335 61 221 0 116 42 15 507 110 65
Binary 11011101 110001 10010001 0 1001110 100010 1101 101000111 1001000 110101

Color Harmonies of #DD3191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3191

Black with #DD3191

Text Example


Text Example

White with #DD3191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3191; }

 p { color: rgb(221,49,145); }

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

background-color css

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

 a { background-color: rgb(221,49,145); }

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

border-color css

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

 span { border-color: rgb(221,49,145); }

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