Html Css Color HEX #D20286 Medium Violet Red

📋 copy color: '#D20286'

red 210 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #D20286

Tints of Medium Violet Red #D20286

RGB

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

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

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

R = 60.69%
G = 0.58%
B = 38.73%

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

#D20286 (or 0xD20286) is known color: Medium Violet Red. HEX triplet: D2, 02 and 86. RGB value is (210,2,134). Sum of RGB (Red+Green+Blue) = 210+2+134=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D20286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20286 is #2DFD79. Grayscale: #4E4E4E. Windows color (decimal): -3014010 or 8782546. OLE color: 8782546.

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

Color convert

RGB 210 2 134 -
CMYK 0 0.99 0.36 0.18
HSL 321.92º 0.98% 0.42% -
HSV(B) 321.92º 0.99% 0.82% -
XYZ 30.9 15.47 23.91 -
YUV 79.24 158.91 221.27 -
System Red Green Blue C M Y K H S L
Decimal 210 2 134 0 0.99 0.36 0.18 321.92 0.98 0.42
Hex D2 2 86 0 63 24 12 142 62 2A
Octal 322 2 206 0 143 44 22 502 142 52
Binary 11010010 10 10000110 0 1100011 100100 10010 101000010 1100010 101010

Color Harmonies of #D20286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20286

Black with #D20286

Text Example


Text Example

White with #D20286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20286; }

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

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

background-color css

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

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

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

border-color css

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

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

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