Html Css Color HEX #D124AB Medium Violet Red

📋 copy color: '#D124AB'

red 209 ◦ green 36 ◦ blue 171

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

Shades of Medium Violet Red #D124AB

Tints of Medium Violet Red #D124AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.11%

R = 50.24%
G = 8.65%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D124AB (or 0xD124AB) is known color: Medium Violet Red. HEX triplet: D1, 24 and AB. RGB value is (209,36,171). Sum of RGB (Red+Green+Blue) = 209+36+171=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D124AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D124AB is #2EDB54. Grayscale: #666666. Windows color (decimal): -3070805 or 11216081. OLE color: 11216081.

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

Color convert

RGB 209 36 171 -
CMYK 0 0.83 0.18 0.18
HSL 313.18º 0.71% 0.48% -
HSV(B) 313.18º 0.83% 0.82% -
XYZ 34.28 17.76 40.15 -
YUV 103.12 166.31 203.52 -
System Red Green Blue C M Y K H S L
Decimal 209 36 171 0 0.83 0.18 0.18 313.18 0.71 0.48
Hex D1 24 AB 0 53 12 12 139 47 30
Octal 321 44 253 0 123 22 22 471 107 60
Binary 11010001 100100 10101011 0 1010011 10010 10010 100111001 1000111 110000

Color Harmonies of #D124AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D124AB

Black with #D124AB

Text Example


Text Example

White with #D124AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D124AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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