Html Css Color HEX #D126AC Medium Violet Red

📋 copy color: '#D126AC'

red 209 ◦ green 38 ◦ blue 172

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

Shades of Medium Violet Red #D126AC

Tints of Medium Violet Red #D126AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 49.88%
G = 9.07%
B = 41.05%

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

#D126AC (or 0xD126AC) is known color: Medium Violet Red. HEX triplet: D1, 26 and AC. RGB value is (209,38,172). Sum of RGB (Red+Green+Blue) = 209+38+172=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D126AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D126AC is #2ED953. Grayscale: #686868. Windows color (decimal): -3070292 or 11282129. OLE color: 11282129.

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

Color convert

RGB 209 38 172 -
CMYK 0 0.82 0.18 0.18
HSL 312.98º 0.69% 0.48% -
HSV(B) 312.98º 0.82% 0.82% -
XYZ 34.43 17.92 40.67 -
YUV 104.41 166.15 202.6 -
System Red Green Blue C M Y K H S L
Decimal 209 38 172 0 0.82 0.18 0.18 312.98 0.69 0.48
Hex D1 26 AC 0 52 12 12 139 45 30
Octal 321 46 254 0 122 22 22 471 105 60
Binary 11010001 100110 10101100 0 1010010 10010 10010 100111001 1000101 110000

Color Harmonies of #D126AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D126AC

Black with #D126AC

Text Example


Text Example

White with #D126AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D126AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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