Html Css Color HEX #D124AD Medium Violet Red

📋 copy color: '#D124AD'

red 209 ◦ green 36 ◦ blue 173

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

Shades of Medium Violet Red #D124AD

Tints of Medium Violet Red #D124AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 50%
G = 8.61%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D124AD (or 0xD124AD) is known color: Medium Violet Red. HEX triplet: D1, 24 and AD. RGB value is (209,36,173). Sum of RGB (Red+Green+Blue) = 209+36+173=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D124AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D124AD is #2EDB52. Grayscale: #666666. Windows color (decimal): -3070803 or 11347153. OLE color: 11347153.

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

Color convert

RGB 209 36 173 -
CMYK 0 0.83 0.17 0.18
HSL 312.49º 0.71% 0.48% -
HSV(B) 312.49º 0.83% 0.82% -
XYZ 34.47 17.83 41.16 -
YUV 103.35 167.31 203.36 -
System Red Green Blue C M Y K H S L
Decimal 209 36 173 0 0.83 0.17 0.18 312.49 0.71 0.48
Hex D1 24 AD 0 53 11 12 138 47 30
Octal 321 44 255 0 123 21 22 470 107 60
Binary 11010001 100100 10101101 0 1010011 10001 10010 100111000 1000111 110000

Color Harmonies of #D124AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D124AD

Black with #D124AD

Text Example


Text Example

White with #D124AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D124AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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