Html Css Color HEX #D121AA Medium Violet Red

📋 copy color: '#D121AA'

red 209 ◦ green 33 ◦ blue 170

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

Shades of Medium Violet Red #D121AA

Tints of Medium Violet Red #D121AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.01%

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

R = 50.73%
G = 8.01%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D121AA (or 0xD121AA) is known color: Medium Violet Red. HEX triplet: D1, 21 and AA. RGB value is (209,33,170). Sum of RGB (Red+Green+Blue) = 209+33+170=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D121AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D121AA is #2EDE55. Grayscale: #646464. Windows color (decimal): -3071574 or 11149777. OLE color: 11149777.

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

Color convert

RGB 209 33 170 -
CMYK 0 0.84 0.19 0.18
HSL 313.3º 0.73% 0.47% -
HSV(B) 313.3º 0.84% 0.82% -
XYZ 34.09 17.55 39.62 -
YUV 101.24 166.81 204.86 -
System Red Green Blue C M Y K H S L
Decimal 209 33 170 0 0.84 0.19 0.18 313.3 0.73 0.47
Hex D1 21 AA 0 54 13 12 139 49 2F
Octal 321 41 252 0 124 23 22 471 111 57
Binary 11010001 100001 10101010 0 1010100 10011 10010 100111001 1001001 101111

Color Harmonies of #D121AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121AA

Black with #D121AA

Text Example


Text Example

White with #D121AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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