Html Css Color HEX #D8209A Medium Violet Red

📋 copy color: '#D8209A'

red 216 ◦ green 32 ◦ blue 154

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

Shades of Medium Violet Red #D8209A

Tints of Medium Violet Red #D8209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.31%

R = 53.73%
G = 7.96%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8209A (or 0xD8209A) is known color: Medium Violet Red. HEX triplet: D8, 20 and 9A. RGB value is (216,32,154). Sum of RGB (Red+Green+Blue) = 216+32+154=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D8209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8209A is #27DF65. Grayscale: #646464. Windows color (decimal): -2613094 or 10100952. OLE color: 10100952.

HSL color Cylindrical-coordinate representation of color #D8209A: hue angle of 320.22º 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 #D8209A is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 154 -
CMYK 0 0.85 0.29 0.15
HSL 320.22º 0.74% 0.49% -
HSV(B) 320.22º 0.85% 0.85% -
XYZ 34.67 17.97 32.21 -
YUV 100.92 157.96 210.08 -
System Red Green Blue C M Y K H S L
Decimal 216 32 154 0 0.85 0.29 0.15 320.22 0.74 0.49
Hex D8 20 9A 0 55 1D F 140 4A 31
Octal 330 40 232 0 125 35 17 500 112 61
Binary 11011000 100000 10011010 0 1010101 11101 1111 101000000 1001010 110001

Color Harmonies of #D8209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8209A

Black with #D8209A

Text Example


Text Example

White with #D8209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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