Html Css Color HEX #DD3193 Deep Cerise

📋 copy color: '#DD3193'

red 221 ◦ green 49 ◦ blue 147

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

Shades of Deep Cerise #DD3193

Tints of Deep Cerise #DD3193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.25%

R = 53%
G = 11.75%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD3193 (or 0xDD3193) is known color: Deep Cerise. HEX triplet: DD, 31 and 93. RGB value is (221,49,147). Sum of RGB (Red+Green+Blue) = 221+49+147=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3193 is #22CE6C. Grayscale: #6F6F6F. Windows color (decimal): -2281069 or 9646557. OLE color: 9646557.

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

Color convert

RGB 221 49 147 -
CMYK 0 0.78 0.33 0.13
HSL 325.81º 0.72% 0.53% -
HSV(B) 325.81º 0.78% 0.87% -
XYZ 36.18 19.68 29.49 -
YUV 111.6 147.98 206.03 -
System Red Green Blue C M Y K H S L
Decimal 221 49 147 0 0.78 0.33 0.13 325.81 0.72 0.53
Hex DD 31 93 0 4E 21 D 146 48 35
Octal 335 61 223 0 116 41 15 506 110 65
Binary 11011101 110001 10010011 0 1001110 100001 1101 101000110 1001000 110101

Color Harmonies of #DD3193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3193

Black with #DD3193

Text Example


Text Example

White with #DD3193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3193; }

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

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

background-color css

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

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

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

border-color css

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

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

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