Html Css Color HEX #D20984 Medium Violet Red

📋 copy color: '#D20984'

red 210 ◦ green 9 ◦ blue 132

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

Shades of Medium Violet Red #D20984

Tints of Medium Violet Red #D20984

RGB

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

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

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

R = 59.83%
G = 2.56%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D20984 (or 0xD20984) is known color: Medium Violet Red. HEX triplet: D2, 09 and 84. RGB value is (210,9,132). Sum of RGB (Red+Green+Blue) = 210+9+132=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D20984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20984 is #2DF67B. Grayscale: #525252. Windows color (decimal): -3012220 or 8653266. OLE color: 8653266.

HSL color Cylindrical-coordinate representation of color #D20984: hue angle of 323.28º 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 #D20984 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 132 -
CMYK 0 0.96 0.37 0.18
HSL 323.28º 0.92% 0.43% -
HSV(B) 323.28º 0.96% 0.82% -
XYZ 30.84 15.56 23.21 -
YUV 83.12 155.59 218.5 -
System Red Green Blue C M Y K H S L
Decimal 210 9 132 0 0.96 0.37 0.18 323.28 0.92 0.43
Hex D2 9 84 0 60 25 12 143 5C 2B
Octal 322 11 204 0 140 45 22 503 134 53
Binary 11010010 1001 10000100 0 1100000 100101 10010 101000011 1011100 101011

Color Harmonies of #D20984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20984

Black with #D20984

Text Example


Text Example

White with #D20984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20984; }

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

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

background-color css

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

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

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

border-color css

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

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

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