Html Css Color HEX #D121A2 Medium Violet Red

📋 copy color: '#D121A2'

red 209 ◦ green 33 ◦ blue 162

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

Shades of Medium Violet Red #D121A2

Tints of Medium Violet Red #D121A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.1%

R = 51.73%
G = 8.17%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D121A2 (or 0xD121A2) is known color: Medium Violet Red. HEX triplet: D1, 21 and A2. RGB value is (209,33,162). Sum of RGB (Red+Green+Blue) = 209+33+162=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D121A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D121A2 is #2EDE5D. Grayscale: #636363. Windows color (decimal): -3071582 or 10625489. OLE color: 10625489.

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

Color convert

RGB 209 33 162 -
CMYK 0 0.84 0.22 0.18
HSL 316.02º 0.73% 0.47% -
HSV(B) 316.02º 0.84% 0.82% -
XYZ 33.36 17.25 35.75 -
YUV 100.33 162.81 205.51 -
System Red Green Blue C M Y K H S L
Decimal 209 33 162 0 0.84 0.22 0.18 316.02 0.73 0.47
Hex D1 21 A2 0 54 16 12 13C 49 2F
Octal 321 41 242 0 124 26 22 474 111 57
Binary 11010001 100001 10100010 0 1010100 10110 10010 100111100 1001001 101111

Color Harmonies of #D121A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121A2

Black with #D121A2

Text Example


Text Example

White with #D121A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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