Html Css Color HEX #D1138A Medium Violet Red

📋 copy color: '#D1138A'

red 209 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #D1138A

Tints of Medium Violet Red #D1138A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.19%

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

R = 57.1%
G = 5.19%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1138A (or 0xD1138A) is known color: Medium Violet Red. HEX triplet: D1, 13 and 8A. RGB value is (209,19,138). Sum of RGB (Red+Green+Blue) = 209+19+138=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1138A is #2EEC75. Grayscale: #595959. Windows color (decimal): -3075190 or 9049041. OLE color: 9049041.

HSL color Cylindrical-coordinate representation of color #D1138A: hue angle of 322.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1138A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 138 -
CMYK 0 0.91 0.34 0.18
HSL 322.42º 0.83% 0.45% -
HSV(B) 322.42º 0.91% 0.82% -
XYZ 31.11 15.86 25.47 -
YUV 89.38 155.45 213.32 -
System Red Green Blue C M Y K H S L
Decimal 209 19 138 0 0.91 0.34 0.18 322.42 0.83 0.45
Hex D1 13 8A 0 5B 22 12 142 53 2D
Octal 321 23 212 0 133 42 22 502 123 55
Binary 11010001 10011 10001010 0 1011011 100010 10010 101000010 1010011 101101

Color Harmonies of #D1138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1138A

Black with #D1138A

Text Example


Text Example

White with #D1138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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