Html Css Color HEX #D126AF Medium Violet Red

📋 copy color: '#D126AF'

red 209 ◦ green 38 ◦ blue 175

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

Shades of Medium Violet Red #D126AF

Tints of Medium Violet Red #D126AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 49.53%
G = 9%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D126AF (or 0xD126AF) is known color: Medium Violet Red. HEX triplet: D1, 26 and AF. RGB value is (209,38,175). Sum of RGB (Red+Green+Blue) = 209+38+175=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D126AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D126AF is #2ED950. Grayscale: #686868. Windows color (decimal): -3070289 or 11478737. OLE color: 11478737.

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

Color convert

RGB 209 38 175 -
CMYK 0 0.82 0.16 0.18
HSL 311.93º 0.69% 0.48% -
HSV(B) 311.93º 0.82% 0.82% -
XYZ 34.73 18.04 42.21 -
YUV 104.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 209 38 175 0 0.82 0.16 0.18 311.93 0.69 0.48
Hex D1 26 AF 0 52 10 12 138 45 30
Octal 321 46 257 0 122 20 22 470 105 60
Binary 11010001 100110 10101111 0 1010010 10000 10010 100111000 1000101 110000

Color Harmonies of #D126AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D126AF

Black with #D126AF

Text Example


Text Example

White with #D126AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D126AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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