Html Css Color HEX #D8188E Medium Violet Red

📋 copy color: '#D8188E'

red 216 ◦ green 24 ◦ blue 142

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

Shades of Medium Violet Red #D8188E

Tints of Medium Violet Red #D8188E

RGB

 RED value IS 216 (84.77% from 255) = 56.54%

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

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 56.54%
G = 6.28%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8188E (or 0xD8188E) is known color: Medium Violet Red. HEX triplet: D8, 18 and 8E. RGB value is (216,24,142). Sum of RGB (Red+Green+Blue) = 216+24+142=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D8188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8188E is #27E771. Grayscale: #5E5E5E. Windows color (decimal): -2615154 or 9312472. OLE color: 9312472.

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

Color convert

RGB 216 24 142 -
CMYK 0 0.89 0.34 0.15
HSL 323.13º 0.8% 0.47% -
HSV(B) 323.13º 0.89% 0.85% -
XYZ 33.53 17.21 27.15 -
YUV 94.86 154.61 214.41 -
System Red Green Blue C M Y K H S L
Decimal 216 24 142 0 0.89 0.34 0.15 323.13 0.8 0.47
Hex D8 18 8E 0 59 22 F 143 50 2F
Octal 330 30 216 0 131 42 17 503 120 57
Binary 11011000 11000 10001110 0 1011001 100010 1111 101000011 1010000 101111

Color Harmonies of #D8188E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8188E

Black with #D8188E

Text Example


Text Example

White with #D8188E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8188E; }

 p { color: rgb(216,24,142); }

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

background-color css

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

 a { background-color: rgb(216,24,142); }

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

border-color css

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

 span { border-color: rgb(216,24,142); }

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