Html Css Color HEX #D126AA Medium Violet Red

📋 copy color: '#D126AA'

red 209 ◦ green 38 ◦ blue 170

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

Shades of Medium Violet Red #D126AA

Tints of Medium Violet Red #D126AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 50.12%
G = 9.11%
B = 40.77%

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

#D126AA (or 0xD126AA) is known color: Medium Violet Red. HEX triplet: D1, 26 and AA. RGB value is (209,38,170). Sum of RGB (Red+Green+Blue) = 209+38+170=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D126AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D126AA is #2ED955. Grayscale: #676767. Windows color (decimal): -3070294 or 11151057. OLE color: 11151057.

HSL color Cylindrical-coordinate representation of color #D126AA: hue angle of 313.68º 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 #D126AA is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 38 170 -
CMYK 0 0.82 0.19 0.18
HSL 313.68º 0.69% 0.48% -
HSV(B) 313.68º 0.82% 0.82% -
XYZ 34.24 17.84 39.67 -
YUV 104.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 209 38 170 0 0.82 0.19 0.18 313.68 0.69 0.48
Hex D1 26 AA 0 52 13 12 13A 45 30
Octal 321 46 252 0 122 23 22 472 105 60
Binary 11010001 100110 10101010 0 1010010 10011 10010 100111010 1000101 110000

Color Harmonies of #D126AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D126AA

Black with #D126AA

Text Example


Text Example

White with #D126AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D126AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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