Html Css Color HEX #D5209A Medium Violet Red

📋 copy color: '#D5209A'

red 213 ◦ green 32 ◦ blue 154

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

Shades of Medium Violet Red #D5209A

Tints of Medium Violet Red #D5209A

RGB

 RED value IS 213 (83.59% from 255) = 53.38%

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

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

R = 53.38%
G = 8.02%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5209A (or 0xD5209A) is known color: Medium Violet Red. HEX triplet: D5, 20 and 9A. RGB value is (213,32,154). Sum of RGB (Red+Green+Blue) = 213+32+154=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D5209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5209A is #2ADF65. Grayscale: #636363. Windows color (decimal): -2809702 or 10100949. OLE color: 10100949.

HSL color Cylindrical-coordinate representation of color #D5209A: hue angle of 319.56º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5209A is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 32 154 -
CMYK 0 0.85 0.28 0.16
HSL 319.56º 0.74% 0.48% -
HSV(B) 319.56º 0.85% 0.84% -
XYZ 33.79 17.51 32.17 -
YUV 100.03 158.47 208.58 -
System Red Green Blue C M Y K H S L
Decimal 213 32 154 0 0.85 0.28 0.16 319.56 0.74 0.48
Hex D5 20 9A 0 55 1C 10 140 4A 30
Octal 325 40 232 0 125 34 20 500 112 60
Binary 11010101 100000 10011010 0 1010101 11100 10000 101000000 1001010 110000

Color Harmonies of #D5209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5209A

Black with #D5209A

Text Example


Text Example

White with #D5209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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