Html Css Color HEX #D9138B Medium Violet Red

📋 copy color: '#D9138B'

red 217 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #D9138B

Tints of Medium Violet Red #D9138B

RGB

 RED value IS 217 (85.16% from 255) = 57.87%

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 57.87%
G = 5.07%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9138B (or 0xD9138B) is known color: Medium Violet Red. HEX triplet: D9, 13 and 8B. RGB value is (217,19,139). Sum of RGB (Red+Green+Blue) = 217+19+139=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9138B is #26EC74. Grayscale: #5B5B5B. Windows color (decimal): -2550901 or 9114585. OLE color: 9114585.

HSL color Cylindrical-coordinate representation of color #D9138B: hue angle of 323.64º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9138B is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 19 139 -
CMYK 0 0.91 0.36 0.15
HSL 323.64º 0.84% 0.46% -
HSV(B) 323.64º 0.91% 0.85% -
XYZ 33.51 17.08 25.96 -
YUV 91.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 217 19 139 0 0.91 0.36 0.15 323.64 0.84 0.46
Hex D9 13 8B 0 5B 24 F 144 54 2E
Octal 331 23 213 0 133 44 17 504 124 56
Binary 11011001 10011 10001011 0 1011011 100100 1111 101000100 1010100 101110

Color Harmonies of #D9138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9138B

Black with #D9138B

Text Example


Text Example

White with #D9138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9138B; }

 p { color: rgb(217,19,139); }

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

background-color css

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

 a { background-color: rgb(217,19,139); }

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

border-color css

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

 span { border-color: rgb(217,19,139); }

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