Html Css Color HEX #D7198B Medium Violet Red

📋 copy color: '#D7198B'

red 215 ◦ green 25 ◦ blue 139

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

Shades of Medium Violet Red #D7198B

Tints of Medium Violet Red #D7198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 56.73%
G = 6.6%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7198B (or 0xD7198B) is known color: Medium Violet Red. HEX triplet: D7, 19 and 8B. RGB value is (215,25,139). Sum of RGB (Red+Green+Blue) = 215+25+139=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D7198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7198B is #28E674. Grayscale: #5E5E5E. Windows color (decimal): -2680437 or 9116119. OLE color: 9116119.

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

Color convert

RGB 215 25 139 -
CMYK 0 0.88 0.35 0.16
HSL 324º 0.79% 0.47% -
HSV(B) 324º 0.88% 0.84% -
XYZ 33.03 17.01 25.97 -
YUV 94.81 152.95 213.73 -
System Red Green Blue C M Y K H S L
Decimal 215 25 139 0 0.88 0.35 0.16 324 0.79 0.47
Hex D7 19 8B 0 58 23 10 144 4F 2F
Octal 327 31 213 0 130 43 20 504 117 57
Binary 11010111 11001 10001011 0 1011000 100011 10000 101000100 1001111 101111

Color Harmonies of #D7198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7198B

Black with #D7198B

Text Example


Text Example

White with #D7198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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