Html Css Color HEX #D21186 Medium Violet Red

📋 copy color: '#D21186'

red 210 ◦ green 17 ◦ blue 134

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

Shades of Medium Violet Red #D21186

Tints of Medium Violet Red #D21186

RGB

 RED value IS 210 (82.42% from 255) = 58.17%

 GREEN value IS 17 (7.03% from 255) = 4.71%

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

R = 58.17%
G = 4.71%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D21186 (or 0xD21186) is known color: Medium Violet Red. HEX triplet: D2, 11 and 86. RGB value is (210,17,134). Sum of RGB (Red+Green+Blue) = 210+17+134=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D21186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21186 is #2DEE79. Grayscale: #575757. Windows color (decimal): -3010170 or 8786386. OLE color: 8786386.

HSL color Cylindrical-coordinate representation of color #D21186: hue angle of 323.63º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21186 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 17 134 -
CMYK 0 0.92 0.36 0.18
HSL 323.63º 0.85% 0.45% -
HSV(B) 323.63º 0.92% 0.82% -
XYZ 31.08 15.82 23.97 -
YUV 88.05 153.94 214.99 -
System Red Green Blue C M Y K H S L
Decimal 210 17 134 0 0.92 0.36 0.18 323.63 0.85 0.45
Hex D2 11 86 0 5C 24 12 144 55 2D
Octal 322 21 206 0 134 44 22 504 125 55
Binary 11010010 10001 10000110 0 1011100 100100 10010 101000100 1010101 101101

Color Harmonies of #D21186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21186

Black with #D21186

Text Example


Text Example

White with #D21186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21186; }

 p { color: rgb(210,17,134); }

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

background-color css

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

 a { background-color: rgb(210,17,134); }

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

border-color css

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

 span { border-color: rgb(210,17,134); }

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