Html Css Color HEX #D123AA Medium Violet Red

📋 copy color: '#D123AA'

red 209 ◦ green 35 ◦ blue 170

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

Shades of Medium Violet Red #D123AA

Tints of Medium Violet Red #D123AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.45%

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

R = 50.48%
G = 8.45%
B = 41.06%

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

#D123AA (or 0xD123AA) is known color: Medium Violet Red. HEX triplet: D1, 23 and AA. RGB value is (209,35,170). Sum of RGB (Red+Green+Blue) = 209+35+170=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D123AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D123AA is #2EDC55. Grayscale: #666666. Windows color (decimal): -3071062 or 11150289. OLE color: 11150289.

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

Color convert

RGB 209 35 170 -
CMYK 0 0.83 0.19 0.18
HSL 313.45º 0.71% 0.48% -
HSV(B) 313.45º 0.83% 0.82% -
XYZ 34.15 17.66 39.64 -
YUV 102.42 166.15 204.02 -
System Red Green Blue C M Y K H S L
Decimal 209 35 170 0 0.83 0.19 0.18 313.45 0.71 0.48
Hex D1 23 AA 0 53 13 12 139 47 30
Octal 321 43 252 0 123 23 22 471 107 60
Binary 11010001 100011 10101010 0 1010011 10011 10010 100111001 1000111 110000

Color Harmonies of #D123AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D123AA

Black with #D123AA

Text Example


Text Example

White with #D123AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D123AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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