Html Css Color HEX #D125AA Medium Violet Red

📋 copy color: '#D125AA'

red 209 ◦ green 37 ◦ blue 170

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

Shades of Medium Violet Red #D125AA

Tints of Medium Violet Red #D125AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.89%

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

R = 50.24%
G = 8.89%
B = 40.87%

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

#D125AA (or 0xD125AA) is known color: Medium Violet Red. HEX triplet: D1, 25 and AA. RGB value is (209,37,170). Sum of RGB (Red+Green+Blue) = 209+37+170=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D125AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D125AA is #2EDA55. Grayscale: #676767. Windows color (decimal): -3070550 or 11150801. OLE color: 11150801.

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

Color convert

RGB 209 37 170 -
CMYK 0 0.82 0.19 0.18
HSL 313.6º 0.7% 0.48% -
HSV(B) 313.6º 0.82% 0.82% -
XYZ 34.21 17.78 39.66 -
YUV 103.59 165.48 203.19 -
System Red Green Blue C M Y K H S L
Decimal 209 37 170 0 0.82 0.19 0.18 313.6 0.7 0.48
Hex D1 25 AA 0 52 13 12 13A 46 30
Octal 321 45 252 0 122 23 22 472 106 60
Binary 11010001 100101 10101010 0 1010010 10011 10010 100111010 1000110 110000

Color Harmonies of #D125AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D125AA

Black with #D125AA

Text Example


Text Example

White with #D125AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D125AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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