Html Css Color HEX #DD1686 Medium Violet Red

📋 copy color: '#DD1686'

red 221 ◦ green 22 ◦ blue 134

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

Shades of Medium Violet Red #DD1686

Tints of Medium Violet Red #DD1686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.84%

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

R = 58.62%
G = 5.84%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD1686 (or 0xDD1686) is known color: Medium Violet Red. HEX triplet: DD, 16 and 86. RGB value is (221,22,134). Sum of RGB (Red+Green+Blue) = 221+22+134=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1686 is #22E979. Grayscale: #5E5E5E. Windows color (decimal): -2287994 or 8787677. OLE color: 8787677.

HSL color Cylindrical-coordinate representation of color #DD1686: hue angle of 326.23º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1686 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 134 -
CMYK 0 0.90 0.39 0.13
HSL 326.23º 0.82% 0.48% -
HSV(B) 326.23º 0.9% 0.87% -
XYZ 34.41 17.67 24.15 -
YUV 94.27 150.43 218.39 -
System Red Green Blue C M Y K H S L
Decimal 221 22 134 0 0.90 0.39 0.13 326.23 0.82 0.48
Hex DD 16 86 0 5A 27 D 146 52 30
Octal 335 26 206 0 132 47 15 506 122 60
Binary 11011101 10110 10000110 0 1011010 100111 1101 101000110 1010010 110000

Color Harmonies of #DD1686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1686

Black with #DD1686

Text Example


Text Example

White with #DD1686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1686; }

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

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

background-color css

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

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

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

border-color css

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

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

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