Html Css Color HEX #D20086 Medium Violet Red

📋 copy color: '#D20086'

red 210 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #D20086

Tints of Medium Violet Red #D20086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.05%
G = 0%
B = 38.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D20086 (or 0xD20086) is known color: Medium Violet Red. HEX triplet: D2, 00 and 86. RGB value is (210,0,134). Sum of RGB (Red+Green+Blue) = 210+0+134=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D20086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20086 is #2DFF79. Grayscale: #4D4D4D. Windows color (decimal): -3014522 or 8782034. OLE color: 8782034.

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

Color convert

RGB 210 0 134 -
CMYK 0 1 0.36 0.18
HSL 321.71º 1% 0.41% -
HSV(B) 321.71º 1% 0.82% -
XYZ 30.88 15.42 23.9 -
YUV 78.07 159.57 222.1 -
System Red Green Blue C M Y K H S L
Decimal 210 0 134 0 1 0.36 0.18 321.71 1 0.41
Hex D2 0 86 0 64 24 12 142 64 29
Octal 322 0 206 0 144 44 22 502 144 51
Binary 11010010 0 10000110 0 1100100 100100 10010 101000010 1100100 101001

Color Harmonies of #D20086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20086

Black with #D20086

Text Example


Text Example

White with #D20086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20086; }

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

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

background-color css

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

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

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

border-color css

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

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

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