Html Css Color HEX #D20E85 Medium Violet Red

📋 copy color: '#D20E85'

red 210 ◦ green 14 ◦ blue 133

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

Shades of Medium Violet Red #D20E85

Tints of Medium Violet Red #D20E85

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.92%

 BLUE value IS 133 (52.34% from 255) = 37.25%

R = 58.82%
G = 3.92%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D20E85 (or 0xD20E85) is known color: Medium Violet Red. HEX triplet: D2, 0E and 85. RGB value is (210,14,133). Sum of RGB (Red+Green+Blue) = 210+14+133=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20E85 is #2DF17A. Grayscale: #555555. Windows color (decimal): -3010939 or 8720082. OLE color: 8720082.

HSL color Cylindrical-coordinate representation of color #D20E85: hue angle of 323.57º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20E85 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 14 133 -
CMYK 0 0.93 0.37 0.18
HSL 323.57º 0.88% 0.44% -
HSV(B) 323.57º 0.93% 0.82% -
XYZ 30.97 15.71 23.59 -
YUV 86.17 154.43 216.32 -
System Red Green Blue C M Y K H S L
Decimal 210 14 133 0 0.93 0.37 0.18 323.57 0.88 0.44
Hex D2 E 85 0 5D 25 12 144 58 2C
Octal 322 16 205 0 135 45 22 504 130 54
Binary 11010010 1110 10000101 0 1011101 100101 10010 101000100 1011000 101100

Color Harmonies of #D20E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E85

Black with #D20E85

Text Example


Text Example

White with #D20E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E85; }

 p { color: rgb(210,14,133); }

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

background-color css

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

 a { background-color: rgb(210,14,133); }

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

border-color css

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

 span { border-color: rgb(210,14,133); }

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