Html Css Color HEX #D20D9A Medium Violet Red

📋 copy color: '#D20D9A'

red 210 ◦ green 13 ◦ blue 154

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

Shades of Medium Violet Red #D20D9A

Tints of Medium Violet Red #D20D9A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.45%

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

R = 55.7%
G = 3.45%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D20D9A (or 0xD20D9A) is known color: Medium Violet Red. HEX triplet: D2, 0D and 9A. RGB value is (210,13,154). Sum of RGB (Red+Green+Blue) = 210+13+154=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20D9A is #2DF265. Grayscale: #575757. Windows color (decimal): -3011174 or 10096082. OLE color: 10096082.

HSL color Cylindrical-coordinate representation of color #D20D9A: hue angle of 317.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D9A is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 13 154 -
CMYK 0 0.94 0.27 0.18
HSL 317.06º 0.88% 0.44% -
HSV(B) 317.06º 0.94% 0.82% -
XYZ 32.56 16.32 32.01 -
YUV 87.98 165.27 215.04 -
System Red Green Blue C M Y K H S L
Decimal 210 13 154 0 0.94 0.27 0.18 317.06 0.88 0.44
Hex D2 D 9A 0 5E 1B 12 13D 58 2C
Octal 322 15 232 0 136 33 22 475 130 54
Binary 11010010 1101 10011010 0 1011110 11011 10010 100111101 1011000 101100

Color Harmonies of #D20D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20D9A

Black with #D20D9A

Text Example


Text Example

White with #D20D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20D9A; }

 p { color: rgb(210,13,154); }

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

background-color css

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

 a { background-color: rgb(210,13,154); }

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

border-color css

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

 span { border-color: rgb(210,13,154); }

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