Html Css Color HEX #D8209D Medium Violet Red

📋 copy color: '#D8209D'

red 216 ◦ green 32 ◦ blue 157

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

Shades of Medium Violet Red #D8209D

Tints of Medium Violet Red #D8209D

RGB

 RED value IS 216 (84.77% from 255) = 53.33%

 GREEN value IS 32 (12.89% from 255) = 7.9%

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 53.33%
G = 7.9%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8209D (or 0xD8209D) is known color: Medium Violet Red. HEX triplet: D8, 20 and 9D. RGB value is (216,32,157). Sum of RGB (Red+Green+Blue) = 216+32+157=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8209D is #27DF62. Grayscale: #646464. Windows color (decimal): -2613091 or 10297560. OLE color: 10297560.

HSL color Cylindrical-coordinate representation of color #D8209D: hue angle of 319.24º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8209D is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 157 -
CMYK 0 0.85 0.27 0.15
HSL 319.24º 0.74% 0.49% -
HSV(B) 319.24º 0.85% 0.85% -
XYZ 34.92 18.07 33.54 -
YUV 101.27 159.46 209.84 -
System Red Green Blue C M Y K H S L
Decimal 216 32 157 0 0.85 0.27 0.15 319.24 0.74 0.49
Hex D8 20 9D 0 55 1B F 13F 4A 31
Octal 330 40 235 0 125 33 17 477 112 61
Binary 11011000 100000 10011101 0 1010101 11011 1111 100111111 1001010 110001

Color Harmonies of #D8209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8209D

Black with #D8209D

Text Example


Text Example

White with #D8209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8209D; }

 p { color: rgb(216,32,157); }

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

background-color css

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

 a { background-color: rgb(216,32,157); }

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

border-color css

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

 span { border-color: rgb(216,32,157); }

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