Html Css Color HEX #D123AB Medium Violet Red

📋 copy color: '#D123AB'

red 209 ◦ green 35 ◦ blue 171

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

Shades of Medium Violet Red #D123AB

Tints of Medium Violet Red #D123AB

RGB

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

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

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

R = 50.36%
G = 8.43%
B = 41.2%

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

#D123AB (or 0xD123AB) is known color: Medium Violet Red. HEX triplet: D1, 23 and AB. RGB value is (209,35,171). Sum of RGB (Red+Green+Blue) = 209+35+171=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D123AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D123AB is #2EDC54. Grayscale: #666666. Windows color (decimal): -3071061 or 11215825. OLE color: 11215825.

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

Color convert

RGB 209 35 171 -
CMYK 0 0.83 0.18 0.18
HSL 313.1º 0.71% 0.48% -
HSV(B) 313.1º 0.83% 0.82% -
XYZ 34.25 17.7 40.14 -
YUV 102.53 166.65 203.94 -
System Red Green Blue C M Y K H S L
Decimal 209 35 171 0 0.83 0.18 0.18 313.1 0.71 0.48
Hex D1 23 AB 0 53 12 12 139 47 30
Octal 321 43 253 0 123 22 22 471 107 60
Binary 11010001 100011 10101011 0 1010011 10010 10010 100111001 1000111 110000

Color Harmonies of #D123AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D123AB

Black with #D123AB

Text Example


Text Example

White with #D123AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D123AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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