Html Css Color HEX #DD1884 Medium Violet Red

📋 copy color: '#DD1884'

red 221 ◦ green 24 ◦ blue 132

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

Shades of Medium Violet Red #DD1884

Tints of Medium Violet Red #DD1884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.01%

R = 58.62%
G = 6.37%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD1884 (or 0xDD1884) is known color: Medium Violet Red. HEX triplet: DD, 18 and 84. RGB value is (221,24,132). Sum of RGB (Red+Green+Blue) = 221+24+132=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1884 is #22E77B. Grayscale: #5E5E5E. Windows color (decimal): -2287484 or 8657117. OLE color: 8657117.

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

Color convert

RGB 221 24 132 -
CMYK 0 0.89 0.40 0.13
HSL 327.11º 0.8% 0.48% -
HSV(B) 327.11º 0.89% 0.87% -
XYZ 34.31 17.69 23.44 -
YUV 95.22 148.77 217.72 -
System Red Green Blue C M Y K H S L
Decimal 221 24 132 0 0.89 0.40 0.13 327.11 0.8 0.48
Hex DD 18 84 0 59 28 D 147 50 30
Octal 335 30 204 0 131 50 15 507 120 60
Binary 11011101 11000 10000100 0 1011001 101000 1101 101000111 1010000 110000

Color Harmonies of #DD1884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1884

Black with #DD1884

Text Example


Text Example

White with #DD1884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1884; }

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

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

background-color css

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

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

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

border-color css

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

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

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