Html Css Color HEX #D7198D Medium Violet Red

📋 copy color: '#D7198D'

red 215 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #D7198D

Tints of Medium Violet Red #D7198D

RGB

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

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

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

R = 56.43%
G = 6.56%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7198D (or 0xD7198D) is known color: Medium Violet Red. HEX triplet: D7, 19 and 8D. RGB value is (215,25,141). Sum of RGB (Red+Green+Blue) = 215+25+141=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D7198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7198D is #28E672. Grayscale: #5E5E5E. Windows color (decimal): -2680435 or 9247191. OLE color: 9247191.

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

Color convert

RGB 215 25 141 -
CMYK 0 0.88 0.34 0.16
HSL 323.37º 0.79% 0.47% -
HSV(B) 323.37º 0.88% 0.84% -
XYZ 33.18 17.07 26.74 -
YUV 95.03 153.95 213.57 -
System Red Green Blue C M Y K H S L
Decimal 215 25 141 0 0.88 0.34 0.16 323.37 0.79 0.47
Hex D7 19 8D 0 58 22 10 143 4F 2F
Octal 327 31 215 0 130 42 20 503 117 57
Binary 11010111 11001 10001101 0 1011000 100010 10000 101000011 1001111 101111

Color Harmonies of #D7198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7198D

Black with #D7198D

Text Example


Text Example

White with #D7198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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