Html Css Color HEX #D122AD Medium Violet Red

📋 copy color: '#D122AD'

red 209 ◦ green 34 ◦ blue 173

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

Shades of Medium Violet Red #D122AD

Tints of Medium Violet Red #D122AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 50.24%
G = 8.17%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D122AD (or 0xD122AD) is known color: Medium Violet Red. HEX triplet: D1, 22 and AD. RGB value is (209,34,173). Sum of RGB (Red+Green+Blue) = 209+34+173=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D122AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D122AD is #2EDD52. Grayscale: #656565. Windows color (decimal): -3071315 or 11346641. OLE color: 11346641.

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

Color convert

RGB 209 34 173 -
CMYK 0 0.84 0.17 0.18
HSL 312.34º 0.72% 0.48% -
HSV(B) 312.34º 0.84% 0.82% -
XYZ 34.41 17.72 41.14 -
YUV 102.17 167.98 204.2 -
System Red Green Blue C M Y K H S L
Decimal 209 34 173 0 0.84 0.17 0.18 312.34 0.72 0.48
Hex D1 22 AD 0 54 11 12 138 48 30
Octal 321 42 255 0 124 21 22 470 110 60
Binary 11010001 100010 10101101 0 1010100 10001 10010 100111000 1001000 110000

Color Harmonies of #D122AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D122AD

Black with #D122AD

Text Example


Text Example

White with #D122AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D122AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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