Html Css Color HEX #DD1899 Medium Violet Red

📋 copy color: '#DD1899'

red 221 ◦ green 24 ◦ blue 153

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

Shades of Medium Violet Red #DD1899

Tints of Medium Violet Red #DD1899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.03%

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

R = 55.53%
G = 6.03%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD1899 (or 0xDD1899) is known color: Medium Violet Red. HEX triplet: DD, 18 and 99. RGB value is (221,24,153). Sum of RGB (Red+Green+Blue) = 221+24+153=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1899 is #22E766. Grayscale: #616161. Windows color (decimal): -2287463 or 10033373. OLE color: 10033373.

HSL color Cylindrical-coordinate representation of color #DD1899: hue angle of 320.71º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1899 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 24 153 -
CMYK 0 0.89 0.31 0.13
HSL 320.71º 0.8% 0.48% -
HSV(B) 320.71º 0.89% 0.87% -
XYZ 35.9 18.33 31.78 -
YUV 97.61 159.27 216.01 -
System Red Green Blue C M Y K H S L
Decimal 221 24 153 0 0.89 0.31 0.13 320.71 0.8 0.48
Hex DD 18 99 0 59 1F D 141 50 30
Octal 335 30 231 0 131 37 15 501 120 60
Binary 11011101 11000 10011001 0 1011001 11111 1101 101000001 1010000 110000

Color Harmonies of #DD1899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1899

Black with #DD1899

Text Example


Text Example

White with #DD1899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1899; }

 p { color: rgb(221,24,153); }

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

background-color css

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

 a { background-color: rgb(221,24,153); }

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

border-color css

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

 span { border-color: rgb(221,24,153); }

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