Html Css Color HEX #DD1986 Medium Violet Red

📋 copy color: '#DD1986'

red 221 ◦ green 25 ◦ blue 134

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

Shades of Medium Violet Red #DD1986

Tints of Medium Violet Red #DD1986

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.58%

 BLUE value IS 134 (52.73% from 255) = 35.26%

R = 58.16%
G = 6.58%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD1986 (or 0xDD1986) is known color: Medium Violet Red. HEX triplet: DD, 19 and 86. RGB value is (221,25,134). Sum of RGB (Red+Green+Blue) = 221+25+134=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1986 is #22E679. Grayscale: #5F5F5F. Windows color (decimal): -2287226 or 8788445. OLE color: 8788445.

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

Color convert

RGB 221 25 134 -
CMYK 0 0.89 0.39 0.13
HSL 326.63º 0.8% 0.48% -
HSV(B) 326.63º 0.89% 0.87% -
XYZ 34.47 17.79 24.17 -
YUV 96.03 149.43 217.14 -
System Red Green Blue C M Y K H S L
Decimal 221 25 134 0 0.89 0.39 0.13 326.63 0.8 0.48
Hex DD 19 86 0 59 27 D 147 50 30
Octal 335 31 206 0 131 47 15 507 120 60
Binary 11011101 11001 10000110 0 1011001 100111 1101 101000111 1010000 110000

Color Harmonies of #DD1986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1986

Black with #DD1986

Text Example


Text Example

White with #DD1986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1986; }

 p { color: rgb(221,25,134); }

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

background-color css

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

 a { background-color: rgb(221,25,134); }

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

border-color css

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

 span { border-color: rgb(221,25,134); }

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