Html Css Color HEX #D7187D Medium Violet Red

📋 copy color: '#D7187D'

red 215 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #D7187D

Tints of Medium Violet Red #D7187D

RGB

 RED value IS 215 (84.38% from 255) = 59.07%

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

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

R = 59.07%
G = 6.59%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7187D (or 0xD7187D) is known color: Medium Violet Red. HEX triplet: D7, 18 and 7D. RGB value is (215,24,125). Sum of RGB (Red+Green+Blue) = 215+24+125=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D7187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7187D is #28E782. Grayscale: #5C5C5C. Windows color (decimal): -2680707 or 8198359. OLE color: 8198359.

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

Color convert

RGB 215 24 125 -
CMYK 0 0.89 0.42 0.16
HSL 328.27º 0.8% 0.47% -
HSV(B) 328.27º 0.89% 0.84% -
XYZ 32.05 16.58 20.91 -
YUV 92.62 146.28 215.29 -
System Red Green Blue C M Y K H S L
Decimal 215 24 125 0 0.89 0.42 0.16 328.27 0.8 0.47
Hex D7 18 7D 0 59 2A 10 148 50 2F
Octal 327 30 175 0 131 52 20 510 120 57
Binary 11010111 11000 1111101 0 1011001 101010 10000 101001000 1010000 101111

Color Harmonies of #D7187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7187D

Black with #D7187D

Text Example


Text Example

White with #D7187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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