Html Css Color HEX #D122AA Medium Violet Red

📋 copy color: '#D122AA'

red 209 ◦ green 34 ◦ blue 170

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

Shades of Medium Violet Red #D122AA

Tints of Medium Violet Red #D122AA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.23%

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

R = 50.61%
G = 8.23%
B = 41.16%

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

#D122AA (or 0xD122AA) is known color: Medium Violet Red. HEX triplet: D1, 22 and AA. RGB value is (209,34,170). Sum of RGB (Red+Green+Blue) = 209+34+170=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D122AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D122AA is #2EDD55. Grayscale: #656565. Windows color (decimal): -3071318 or 11150033. OLE color: 11150033.

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

Color convert

RGB 209 34 170 -
CMYK 0 0.84 0.19 0.18
HSL 313.37º 0.72% 0.48% -
HSV(B) 313.37º 0.84% 0.82% -
XYZ 34.12 17.6 39.63 -
YUV 101.83 166.48 204.44 -
System Red Green Blue C M Y K H S L
Decimal 209 34 170 0 0.84 0.19 0.18 313.37 0.72 0.48
Hex D1 22 AA 0 54 13 12 139 48 30
Octal 321 42 252 0 124 23 22 471 110 60
Binary 11010001 100010 10101010 0 1010100 10011 10010 100111001 1001000 110000

Color Harmonies of #D122AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D122AA

Black with #D122AA

Text Example


Text Example

White with #D122AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D122AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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