Html Css Color HEX #D7197D Medium Violet Red

📋 copy color: '#D7197D'

red 215 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #D7197D

Tints of Medium Violet Red #D7197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 58.9%
G = 6.85%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7197D (or 0xD7197D) is known color: Medium Violet Red. HEX triplet: D7, 19 and 7D. RGB value is (215,25,125). Sum of RGB (Red+Green+Blue) = 215+25+125=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D7197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7197D is #28E682. Grayscale: #5D5D5D. Windows color (decimal): -2680451 or 8198615. OLE color: 8198615.

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

Color convert

RGB 215 25 125 -
CMYK 0 0.88 0.42 0.16
HSL 328.42º 0.79% 0.47% -
HSV(B) 328.42º 0.88% 0.84% -
XYZ 32.07 16.62 20.92 -
YUV 93.21 145.95 214.87 -
System Red Green Blue C M Y K H S L
Decimal 215 25 125 0 0.88 0.42 0.16 328.42 0.79 0.47
Hex D7 19 7D 0 58 2A 10 148 4F 2F
Octal 327 31 175 0 130 52 20 510 117 57
Binary 11010111 11001 1111101 0 1011000 101010 10000 101001000 1001111 101111

Color Harmonies of #D7197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7197D

Black with #D7197D

Text Example


Text Example

White with #D7197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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