Html Css Color HEX #D20584 Medium Violet Red

📋 copy color: '#D20584'

red 210 ◦ green 5 ◦ blue 132

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

Shades of Medium Violet Red #D20584

Tints of Medium Violet Red #D20584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 60.52%
G = 1.44%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D20584 (or 0xD20584) is known color: Medium Violet Red. HEX triplet: D2, 05 and 84. RGB value is (210,5,132). Sum of RGB (Red+Green+Blue) = 210+5+132=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D20584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20584 is #2DFA7B. Grayscale: #505050. Windows color (decimal): -3013244 or 8652242. OLE color: 8652242.

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

Color convert

RGB 210 5 132 -
CMYK 0 0.98 0.37 0.18
HSL 322.83º 0.95% 0.42% -
HSV(B) 322.83º 0.98% 0.82% -
XYZ 30.8 15.48 23.19 -
YUV 80.77 156.92 220.17 -
System Red Green Blue C M Y K H S L
Decimal 210 5 132 0 0.98 0.37 0.18 322.83 0.95 0.42
Hex D2 5 84 0 62 25 12 143 5F 2A
Octal 322 5 204 0 142 45 22 503 137 52
Binary 11010010 101 10000100 0 1100010 100101 10010 101000011 1011111 101010

Color Harmonies of #D20584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20584

Black with #D20584

Text Example


Text Example

White with #D20584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20584; }

 p { color: rgb(210,5,132); }

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

background-color css

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

 a { background-color: rgb(210,5,132); }

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

border-color css

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

 span { border-color: rgb(210,5,132); }

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