Html Css Color HEX #D8188C Medium Violet Red

📋 copy color: '#D8188C'

red 216 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #D8188C

Tints of Medium Violet Red #D8188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.84%

R = 56.84%
G = 6.32%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8188C (or 0xD8188C) is known color: Medium Violet Red. HEX triplet: D8, 18 and 8C. RGB value is (216,24,140). Sum of RGB (Red+Green+Blue) = 216+24+140=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8188C is #27E773. Grayscale: #5E5E5E. Windows color (decimal): -2615156 or 9181400. OLE color: 9181400.

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

Color convert

RGB 216 24 140 -
CMYK 0 0.89 0.35 0.15
HSL 323.75º 0.8% 0.47% -
HSV(B) 323.75º 0.89% 0.85% -
XYZ 33.38 17.15 26.36 -
YUV 94.63 153.61 214.57 -
System Red Green Blue C M Y K H S L
Decimal 216 24 140 0 0.89 0.35 0.15 323.75 0.8 0.47
Hex D8 18 8C 0 59 23 F 144 50 2F
Octal 330 30 214 0 131 43 17 504 120 57
Binary 11011000 11000 10001100 0 1011001 100011 1111 101000100 1010000 101111

Color Harmonies of #D8188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8188C

Black with #D8188C

Text Example


Text Example

White with #D8188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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