Html Css Color HEX #DD1886 Medium Violet Red

📋 copy color: '#DD1886'

red 221 ◦ green 24 ◦ blue 134

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

Shades of Medium Violet Red #DD1886

Tints of Medium Violet Red #DD1886

RGB

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

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

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

R = 58.31%
G = 6.33%
B = 35.36%

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

#DD1886 (or 0xDD1886) is known color: Medium Violet Red. HEX triplet: DD, 18 and 86. RGB value is (221,24,134). Sum of RGB (Red+Green+Blue) = 221+24+134=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1886 is #22E779. Grayscale: #5F5F5F. Windows color (decimal): -2287482 or 8788189. OLE color: 8788189.

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

Color convert

RGB 221 24 134 -
CMYK 0 0.89 0.39 0.13
HSL 326.5º 0.8% 0.48% -
HSV(B) 326.5º 0.89% 0.87% -
XYZ 34.45 17.75 24.16 -
YUV 95.44 149.77 217.56 -
System Red Green Blue C M Y K H S L
Decimal 221 24 134 0 0.89 0.39 0.13 326.5 0.8 0.48
Hex DD 18 86 0 59 27 D 146 50 30
Octal 335 30 206 0 131 47 15 506 120 60
Binary 11011101 11000 10000110 0 1011001 100111 1101 101000110 1010000 110000

Color Harmonies of #DD1886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1886

Black with #DD1886

Text Example


Text Example

White with #DD1886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1886; }

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

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

background-color css

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

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

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

border-color css

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

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

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