Html Css Color HEX #D9138A Medium Violet Red

📋 copy color: '#D9138A'

red 217 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #D9138A

Tints of Medium Violet Red #D9138A

RGB

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

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

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

R = 58.02%
G = 5.08%
B = 36.9%

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

#D9138A (or 0xD9138A) is known color: Medium Violet Red. HEX triplet: D9, 13 and 8A. RGB value is (217,19,138). Sum of RGB (Red+Green+Blue) = 217+19+138=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D9138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9138A is #26EC75. Grayscale: #5B5B5B. Windows color (decimal): -2550902 or 9049049. OLE color: 9049049.

HSL color Cylindrical-coordinate representation of color #D9138A: hue angle of 323.94º 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 #D9138A is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 19 138 -
CMYK 0 0.91 0.36 0.15
HSL 323.94º 0.84% 0.46% -
HSV(B) 323.94º 0.91% 0.85% -
XYZ 33.44 17.05 25.57 -
YUV 91.77 154.1 217.32 -
System Red Green Blue C M Y K H S L
Decimal 217 19 138 0 0.91 0.36 0.15 323.94 0.84 0.46
Hex D9 13 8A 0 5B 24 F 144 54 2E
Octal 331 23 212 0 133 44 17 504 124 56
Binary 11011001 10011 10001010 0 1011011 100100 1111 101000100 1010100 101110

Color Harmonies of #D9138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9138A

Black with #D9138A

Text Example


Text Example

White with #D9138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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