Html Css Color HEX #D1187D Medium Violet Red

📋 copy color: '#D1187D'

red 209 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #D1187D

Tints of Medium Violet Red #D1187D

RGB

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

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

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

R = 58.38%
G = 6.7%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1187D (or 0xD1187D) is known color: Medium Violet Red. HEX triplet: D1, 18 and 7D. RGB value is (209,24,125). Sum of RGB (Red+Green+Blue) = 209+24+125=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D1187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1187D is #2EE782. Grayscale: #5A5A5A. Windows color (decimal): -3073923 or 8198353. OLE color: 8198353.

HSL color Cylindrical-coordinate representation of color #D1187D: hue angle of 327.24º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1187D is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 24 125 -
CMYK 0 0.89 0.40 0.18
HSL 327.24º 0.79% 0.46% -
HSV(B) 327.24º 0.89% 0.82% -
XYZ 30.32 15.69 20.83 -
YUV 90.83 147.29 212.29 -
System Red Green Blue C M Y K H S L
Decimal 209 24 125 0 0.89 0.40 0.18 327.24 0.79 0.46
Hex D1 18 7D 0 59 28 12 147 4F 2E
Octal 321 30 175 0 131 50 22 507 117 56
Binary 11010001 11000 1111101 0 1011001 101000 10010 101000111 1001111 101110

Color Harmonies of #D1187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1187D

Black with #D1187D

Text Example


Text Example

White with #D1187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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