Html Css Color HEX #D121AE Medium Violet Red

📋 copy color: '#D121AE'

red 209 ◦ green 33 ◦ blue 174

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

Shades of Medium Violet Red #D121AE

Tints of Medium Violet Red #D121AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 50.24%
G = 7.93%
B = 41.83%

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

#D121AE (or 0xD121AE) is known color: Medium Violet Red. HEX triplet: D1, 21 and AE. RGB value is (209,33,174). Sum of RGB (Red+Green+Blue) = 209+33+174=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D121AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D121AE is #2EDE51. Grayscale: #656565. Windows color (decimal): -3071570 or 11411921. OLE color: 11411921.

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

Color convert

RGB 209 33 174 -
CMYK 0 0.84 0.17 0.18
HSL 311.93º 0.73% 0.47% -
HSV(B) 311.93º 0.84% 0.82% -
XYZ 34.48 17.7 41.64 -
YUV 101.7 168.81 204.54 -
System Red Green Blue C M Y K H S L
Decimal 209 33 174 0 0.84 0.17 0.18 311.93 0.73 0.47
Hex D1 21 AE 0 54 11 12 138 49 2F
Octal 321 41 256 0 124 21 22 470 111 57
Binary 11010001 100001 10101110 0 1010100 10001 10010 100111000 1001001 101111

Color Harmonies of #D121AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121AE

Black with #D121AE

Text Example


Text Example

White with #D121AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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