Html Css Color HEX #D126AB Medium Violet Red

📋 copy color: '#D126AB'

red 209 ◦ green 38 ◦ blue 171

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

Shades of Medium Violet Red #D126AB

Tints of Medium Violet Red #D126AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 50%
G = 9.09%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D126AB (or 0xD126AB) is known color: Medium Violet Red. HEX triplet: D1, 26 and AB. RGB value is (209,38,171). Sum of RGB (Red+Green+Blue) = 209+38+171=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D126AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D126AB is #2ED954. Grayscale: #676767. Windows color (decimal): -3070293 or 11216593. OLE color: 11216593.

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

Color convert

RGB 209 38 171 -
CMYK 0 0.82 0.18 0.18
HSL 313.33º 0.69% 0.48% -
HSV(B) 313.33º 0.82% 0.82% -
XYZ 34.34 17.88 40.17 -
YUV 104.29 165.65 202.69 -
System Red Green Blue C M Y K H S L
Decimal 209 38 171 0 0.82 0.18 0.18 313.33 0.69 0.48
Hex D1 26 AB 0 52 12 12 139 45 30
Octal 321 46 253 0 122 22 22 471 105 60
Binary 11010001 100110 10101011 0 1010010 10010 10010 100111001 1000101 110000

Color Harmonies of #D126AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D126AB

Black with #D126AB

Text Example


Text Example

White with #D126AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D126AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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