Html Css Color HEX #D10A9A Medium Violet Red

📋 copy color: '#D10A9A'

red 209 ◦ green 10 ◦ blue 154

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

Shades of Medium Violet Red #D10A9A

Tints of Medium Violet Red #D10A9A

RGB

 RED value IS 209 (82.03% from 255) = 56.03%

 GREEN value IS 10 (4.3% from 255) = 2.68%

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

R = 56.03%
G = 2.68%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D10A9A (or 0xD10A9A) is known color: Medium Violet Red. HEX triplet: D1, 0A and 9A. RGB value is (209,10,154). Sum of RGB (Red+Green+Blue) = 209+10+154=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10A9A is #2EF565. Grayscale: #555555. Windows color (decimal): -3077478 or 10095313. OLE color: 10095313.

HSL color Cylindrical-coordinate representation of color #D10A9A: hue angle of 316.58º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10A9A is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 10 154 -
CMYK 0 0.95 0.26 0.18
HSL 316.58º 0.91% 0.43% -
HSV(B) 316.58º 0.95% 0.82% -
XYZ 32.24 16.11 31.98 -
YUV 85.92 166.43 215.79 -
System Red Green Blue C M Y K H S L
Decimal 209 10 154 0 0.95 0.26 0.18 316.58 0.91 0.43
Hex D1 A 9A 0 5F 1A 12 13D 5B 2B
Octal 321 12 232 0 137 32 22 475 133 53
Binary 11010001 1010 10011010 0 1011111 11010 10010 100111101 1011011 101011

Color Harmonies of #D10A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10A9A

Black with #D10A9A

Text Example


Text Example

White with #D10A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10A9A; }

 p { color: rgb(209,10,154); }

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

background-color css

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

 a { background-color: rgb(209,10,154); }

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

border-color css

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

 span { border-color: rgb(209,10,154); }

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