Html Css Color HEX #D8198D Medium Violet Red

📋 copy color: '#D8198D'

red 216 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #D8198D

Tints of Medium Violet Red #D8198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.54%

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 56.54%
G = 6.54%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8198D (or 0xD8198D) is known color: Medium Violet Red. HEX triplet: D8, 19 and 8D. RGB value is (216,25,141). Sum of RGB (Red+Green+Blue) = 216+25+141=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D8198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8198D is #27E672. Grayscale: #5F5F5F. Windows color (decimal): -2614899 or 9247192. OLE color: 9247192.

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

Color convert

RGB 216 25 141 -
CMYK 0 0.88 0.35 0.15
HSL 323.56º 0.79% 0.47% -
HSV(B) 323.56º 0.88% 0.85% -
XYZ 33.47 17.22 26.76 -
YUV 95.33 153.78 214.07 -
System Red Green Blue C M Y K H S L
Decimal 216 25 141 0 0.88 0.35 0.15 323.56 0.79 0.47
Hex D8 19 8D 0 58 23 F 144 4F 2F
Octal 330 31 215 0 130 43 17 504 117 57
Binary 11011000 11001 10001101 0 1011000 100011 1111 101000100 1001111 101111

Color Harmonies of #D8198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8198D

Black with #D8198D

Text Example


Text Example

White with #D8198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8198D; }

 p { color: rgb(216,25,141); }

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

background-color css

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

 a { background-color: rgb(216,25,141); }

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

border-color css

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

 span { border-color: rgb(216,25,141); }

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