Html Css Color HEX #D20982 Medium Violet Red

📋 copy color: '#D20982'

red 210 ◦ green 9 ◦ blue 130

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

Shades of Medium Violet Red #D20982

Tints of Medium Violet Red #D20982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.58%

 BLUE value IS 130 (51.17% from 255) = 37.25%

R = 60.17%
G = 2.58%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D20982 (or 0xD20982) is known color: Medium Violet Red. HEX triplet: D2, 09 and 82. RGB value is (210,9,130). Sum of RGB (Red+Green+Blue) = 210+9+130=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D20982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20982 is #2DF67D. Grayscale: #525252. Windows color (decimal): -3012222 or 8522194. OLE color: 8522194.

HSL color Cylindrical-coordinate representation of color #D20982: hue angle of 323.88º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20982 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 130 -
CMYK 0 0.96 0.38 0.18
HSL 323.88º 0.92% 0.43% -
HSV(B) 323.88º 0.96% 0.82% -
XYZ 30.71 15.51 22.49 -
YUV 82.89 154.59 218.66 -
System Red Green Blue C M Y K H S L
Decimal 210 9 130 0 0.96 0.38 0.18 323.88 0.92 0.43
Hex D2 9 82 0 60 26 12 144 5C 2B
Octal 322 11 202 0 140 46 22 504 134 53
Binary 11010010 1001 10000010 0 1100000 100110 10010 101000100 1011100 101011

Color Harmonies of #D20982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20982

Black with #D20982

Text Example


Text Example

White with #D20982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20982; }

 p { color: rgb(210,9,130); }

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

background-color css

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

 a { background-color: rgb(210,9,130); }

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

border-color css

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

 span { border-color: rgb(210,9,130); }

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