Html Css Color HEX #D1218A Medium Violet Red

📋 copy color: '#D1218A'

red 209 ◦ green 33 ◦ blue 138

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

Shades of Medium Violet Red #D1218A

Tints of Medium Violet Red #D1218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 55%
G = 8.68%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1218A (or 0xD1218A) is known color: Medium Violet Red. HEX triplet: D1, 21 and 8A. RGB value is (209,33,138). Sum of RGB (Red+Green+Blue) = 209+33+138=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1218A is #2EDE75. Grayscale: #616161. Windows color (decimal): -3071606 or 9052625. OLE color: 9052625.

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

Color convert

RGB 209 33 138 -
CMYK 0 0.84 0.34 0.18
HSL 324.2º 0.73% 0.47% -
HSV(B) 324.2º 0.84% 0.82% -
XYZ 31.43 16.48 25.57 -
YUV 97.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 209 33 138 0 0.84 0.34 0.18 324.2 0.73 0.47
Hex D1 21 8A 0 54 22 12 144 49 2F
Octal 321 41 212 0 124 42 22 504 111 57
Binary 11010001 100001 10001010 0 1010100 100010 10010 101000100 1001001 101111

Color Harmonies of #D1218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1218A

Black with #D1218A

Text Example


Text Example

White with #D1218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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