Html Css Color HEX #D126A9 Medium Violet Red

📋 copy color: '#D126A9'

red 209 ◦ green 38 ◦ blue 169

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

Shades of Medium Violet Red #D126A9

Tints of Medium Violet Red #D126A9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.13%

 BLUE value IS 169 (66.41% from 255) = 40.63%

R = 50.24%
G = 9.13%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D126A9 (or 0xD126A9) is known color: Medium Violet Red. HEX triplet: D1, 26 and A9. RGB value is (209,38,169). Sum of RGB (Red+Green+Blue) = 209+38+169=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D126A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D126A9 is #2ED956. Grayscale: #676767. Windows color (decimal): -3070295 or 11085521. OLE color: 11085521.

HSL color Cylindrical-coordinate representation of color #D126A9: hue angle of 314.04º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D126A9 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 38 169 -
CMYK 0 0.82 0.19 0.18
HSL 314.04º 0.69% 0.48% -
HSV(B) 314.04º 0.82% 0.82% -
XYZ 34.15 17.81 39.17 -
YUV 104.06 164.65 202.85 -
System Red Green Blue C M Y K H S L
Decimal 209 38 169 0 0.82 0.19 0.18 314.04 0.69 0.48
Hex D1 26 A9 0 52 13 12 13A 45 30
Octal 321 46 251 0 122 23 22 472 105 60
Binary 11010001 100110 10101001 0 1010010 10011 10010 100111010 1000101 110000

Color Harmonies of #D126A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D126A9

Black with #D126A9

Text Example


Text Example

White with #D126A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D126A9; }

 p { color: rgb(209,38,169); }

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

background-color css

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

 a { background-color: rgb(209,38,169); }

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

border-color css

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

 span { border-color: rgb(209,38,169); }

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