Html Css Color HEX #D20386 Medium Violet Red

📋 copy color: '#D20386'

red 210 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #D20386

Tints of Medium Violet Red #D20386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 60.52%
G = 0.86%
B = 38.62%

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

#D20386 (or 0xD20386) is known color: Medium Violet Red. HEX triplet: D2, 03 and 86. RGB value is (210,3,134). Sum of RGB (Red+Green+Blue) = 210+3+134=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D20386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20386 is #2DFC79. Grayscale: #4F4F4F. Windows color (decimal): -3013754 or 8782802. OLE color: 8782802.

HSL color Cylindrical-coordinate representation of color #D20386: hue angle of 322.03º degrees, saturation: 0.97, 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 #D20386 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 3 134 -
CMYK 0 0.99 0.36 0.18
HSL 322.03º 0.97% 0.42% -
HSV(B) 322.03º 0.99% 0.82% -
XYZ 30.91 15.49 23.91 -
YUV 79.83 158.58 220.85 -
System Red Green Blue C M Y K H S L
Decimal 210 3 134 0 0.99 0.36 0.18 322.03 0.97 0.42
Hex D2 3 86 0 63 24 12 142 61 2A
Octal 322 3 206 0 143 44 22 502 141 52
Binary 11010010 11 10000110 0 1100011 100100 10010 101000010 1100001 101010

Color Harmonies of #D20386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20386

Black with #D20386

Text Example


Text Example

White with #D20386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20386; }

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

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

background-color css

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

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

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

border-color css

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

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

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