Html Css Color HEX #D9187D Medium Violet Red

📋 copy color: '#D9187D'

red 217 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #D9187D

Tints of Medium Violet Red #D9187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.56%

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 59.29%
G = 6.56%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9187D (or 0xD9187D) is known color: Medium Violet Red. HEX triplet: D9, 18 and 7D. RGB value is (217,24,125). Sum of RGB (Red+Green+Blue) = 217+24+125=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9187D is #26E782. Grayscale: #5D5D5D. Windows color (decimal): -2549635 or 8198361. OLE color: 8198361.

HSL color Cylindrical-coordinate representation of color #D9187D: hue angle of 328.6º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9187D is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 24 125 -
CMYK 0 0.89 0.42 0.15
HSL 328.6º 0.8% 0.47% -
HSV(B) 328.6º 0.89% 0.85% -
XYZ 32.64 16.89 20.94 -
YUV 93.22 145.94 216.29 -
System Red Green Blue C M Y K H S L
Decimal 217 24 125 0 0.89 0.42 0.15 328.6 0.8 0.47
Hex D9 18 7D 0 59 2A F 149 50 2F
Octal 331 30 175 0 131 52 17 511 120 57
Binary 11011001 11000 1111101 0 1011001 101010 1111 101001001 1010000 101111

Color Harmonies of #D9187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9187D

Black with #D9187D

Text Example


Text Example

White with #D9187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9187D; }

 p { color: rgb(217,24,125); }

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

background-color css

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

 a { background-color: rgb(217,24,125); }

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

border-color css

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

 span { border-color: rgb(217,24,125); }

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