Html Css Color HEX #D124AA Medium Violet Red

📋 copy color: '#D124AA'

red 209 ◦ green 36 ◦ blue 170

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

Shades of Medium Violet Red #D124AA

Tints of Medium Violet Red #D124AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.67%

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

R = 50.36%
G = 8.67%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D124AA (or 0xD124AA) is known color: Medium Violet Red. HEX triplet: D1, 24 and AA. RGB value is (209,36,170). Sum of RGB (Red+Green+Blue) = 209+36+170=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D124AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D124AA is #2EDB55. Grayscale: #666666. Windows color (decimal): -3070806 or 11150545. OLE color: 11150545.

HSL color Cylindrical-coordinate representation of color #D124AA: hue angle of 313.53º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D124AA is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 170 -
CMYK 0 0.83 0.19 0.18
HSL 313.53º 0.71% 0.48% -
HSV(B) 313.53º 0.83% 0.82% -
XYZ 34.18 17.72 39.65 -
YUV 103 165.81 203.6 -
System Red Green Blue C M Y K H S L
Decimal 209 36 170 0 0.83 0.19 0.18 313.53 0.71 0.48
Hex D1 24 AA 0 53 13 12 13A 47 30
Octal 321 44 252 0 123 23 22 472 107 60
Binary 11010001 100100 10101010 0 1010011 10011 10010 100111010 1000111 110000

Color Harmonies of #D124AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D124AA

Black with #D124AA

Text Example


Text Example

White with #D124AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D124AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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