Html Css Color HEX #D7197C Medium Violet Red

📋 copy color: '#D7197C'

red 215 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #D7197C

Tints of Medium Violet Red #D7197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 59.07%
G = 6.87%
B = 34.07%

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

#D7197C (or 0xD7197C) is known color: Medium Violet Red. HEX triplet: D7, 19 and 7C. RGB value is (215,25,124). Sum of RGB (Red+Green+Blue) = 215+25+124=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D7197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7197C is #28E683. Grayscale: #5C5C5C. Windows color (decimal): -2680452 or 8133079. OLE color: 8133079.

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

Color convert

RGB 215 25 124 -
CMYK 0 0.88 0.42 0.16
HSL 328.74º 0.79% 0.47% -
HSV(B) 328.74º 0.88% 0.84% -
XYZ 32.01 16.6 20.59 -
YUV 93.1 145.45 214.95 -
System Red Green Blue C M Y K H S L
Decimal 215 25 124 0 0.88 0.42 0.16 328.74 0.79 0.47
Hex D7 19 7C 0 58 2A 10 149 4F 2F
Octal 327 31 174 0 130 52 20 511 117 57
Binary 11010111 11001 1111100 0 1011000 101010 10000 101001001 1001111 101111

Color Harmonies of #D7197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7197C

Black with #D7197C

Text Example


Text Example

White with #D7197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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