Html Css Color HEX #D10286 Medium Violet Red

📋 copy color: '#D10286'

red 209 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #D10286

Tints of Medium Violet Red #D10286

RGB

 RED value IS 209 (82.03% from 255) = 60.58%

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 60.58%
G = 0.58%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D10286 (or 0xD10286) is known color: Medium Violet Red. HEX triplet: D1, 02 and 86. RGB value is (209,2,134). Sum of RGB (Red+Green+Blue) = 209+2+134=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D10286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10286 is #2EFD79. Grayscale: #4E4E4E. Windows color (decimal): -3079546 or 8782545. OLE color: 8782545.

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

Color convert

RGB 209 2 134 -
CMYK 0 0.99 0.36 0.18
HSL 321.74º 0.98% 0.41% -
HSV(B) 321.74º 0.99% 0.82% -
XYZ 30.62 15.32 23.9 -
YUV 78.94 159.08 220.77 -
System Red Green Blue C M Y K H S L
Decimal 209 2 134 0 0.99 0.36 0.18 321.74 0.98 0.41
Hex D1 2 86 0 63 24 12 142 62 29
Octal 321 2 206 0 143 44 22 502 142 51
Binary 11010001 10 10000110 0 1100011 100100 10010 101000010 1100010 101001

Color Harmonies of #D10286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10286

Black with #D10286

Text Example


Text Example

White with #D10286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10286; }

 p { color: rgb(209,2,134); }

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

background-color css

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

 a { background-color: rgb(209,2,134); }

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

border-color css

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

 span { border-color: rgb(209,2,134); }

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