Html Css Color HEX #D20186 Medium Violet Red

📋 copy color: '#D20186'

red 210 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #D20186

Tints of Medium Violet Red #D20186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 60.87%
G = 0.29%
B = 38.84%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D20186 (or 0xD20186) is known color: Medium Violet Red. HEX triplet: D2, 01 and 86. RGB value is (210,1,134). Sum of RGB (Red+Green+Blue) = 210+1+134=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D20186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20186 is #2DFE79. Grayscale: #4E4E4E. Windows color (decimal): -3014266 or 8782290. OLE color: 8782290.

HSL color Cylindrical-coordinate representation of color #D20186: hue angle of 321.82º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20186 is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 134 -
CMYK 0 1.00 0.36 0.18
HSL 321.82º 0.99% 0.41% -
HSV(B) 321.82º 1% 0.82% -
XYZ 30.89 15.44 23.91 -
YUV 78.65 159.24 221.69 -
System Red Green Blue C M Y K H S L
Decimal 210 1 134 0 1.00 0.36 0.18 321.82 0.99 0.41
Hex D2 1 86 0 64 24 12 142 63 29
Octal 322 1 206 0 144 44 22 502 143 51
Binary 11010010 1 10000110 0 1100100 100100 10010 101000010 1100011 101001

Color Harmonies of #D20186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20186

Black with #D20186

Text Example


Text Example

White with #D20186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20186; }

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

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

background-color css

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

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

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

border-color css

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

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

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