Html Css Color HEX #D121AC Medium Violet Red

📋 copy color: '#D121AC'

red 209 ◦ green 33 ◦ blue 172

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

Shades of Medium Violet Red #D121AC

Tints of Medium Violet Red #D121AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.55%

R = 50.48%
G = 7.97%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D121AC (or 0xD121AC) is known color: Medium Violet Red. HEX triplet: D1, 21 and AC. RGB value is (209,33,172). Sum of RGB (Red+Green+Blue) = 209+33+172=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D121AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D121AC is #2EDE53. Grayscale: #656565. Windows color (decimal): -3071572 or 11280849. OLE color: 11280849.

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

Color convert

RGB 209 33 172 -
CMYK 0 0.84 0.18 0.18
HSL 312.61º 0.73% 0.47% -
HSV(B) 312.61º 0.84% 0.82% -
XYZ 34.28 17.62 40.62 -
YUV 101.47 167.81 204.7 -
System Red Green Blue C M Y K H S L
Decimal 209 33 172 0 0.84 0.18 0.18 312.61 0.73 0.47
Hex D1 21 AC 0 54 12 12 139 49 2F
Octal 321 41 254 0 124 22 22 471 111 57
Binary 11010001 100001 10101100 0 1010100 10010 10010 100111001 1001001 101111

Color Harmonies of #D121AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121AC

Black with #D121AC

Text Example


Text Example

White with #D121AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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