Html Css Color HEX #DD1786 Medium Violet Red

📋 copy color: '#DD1786'

red 221 ◦ green 23 ◦ blue 134

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

Shades of Medium Violet Red #DD1786

Tints of Medium Violet Red #DD1786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.08%

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

R = 58.47%
G = 6.08%
B = 35.45%

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

#DD1786 (or 0xDD1786) is known color: Medium Violet Red. HEX triplet: DD, 17 and 86. RGB value is (221,23,134). Sum of RGB (Red+Green+Blue) = 221+23+134=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1786 is #22E879. Grayscale: #5E5E5E. Windows color (decimal): -2287738 or 8787933. OLE color: 8787933.

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

Color convert

RGB 221 23 134 -
CMYK 0 0.90 0.39 0.13
HSL 326.36º 0.81% 0.48% -
HSV(B) 326.36º 0.9% 0.87% -
XYZ 34.43 17.71 24.16 -
YUV 94.86 150.1 217.97 -
System Red Green Blue C M Y K H S L
Decimal 221 23 134 0 0.90 0.39 0.13 326.36 0.81 0.48
Hex DD 17 86 0 5A 27 D 146 51 30
Octal 335 27 206 0 132 47 15 506 121 60
Binary 11011101 10111 10000110 0 1011010 100111 1101 101000110 1010001 110000

Color Harmonies of #DD1786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1786

Black with #DD1786

Text Example


Text Example

White with #DD1786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1786; }

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

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

background-color css

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

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

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

border-color css

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

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

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