Html Css Color HEX #D6197F Medium Violet Red

📋 copy color: '#D6197F'

red 214 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #D6197F

Tints of Medium Violet Red #D6197F

RGB

 RED value IS 214 (83.98% from 255) = 58.47%

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

 BLUE value IS 127 (50% from 255) = 34.7%

R = 58.47%
G = 6.83%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6197F (or 0xD6197F) is known color: Medium Violet Red. HEX triplet: D6, 19 and 7F. RGB value is (214,25,127). Sum of RGB (Red+Green+Blue) = 214+25+127=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D6197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6197F is #29E680. Grayscale: #5C5C5C. Windows color (decimal): -2745985 or 8329686. OLE color: 8329686.

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

Color convert

RGB 214 25 127 -
CMYK 0 0.88 0.41 0.16
HSL 327.62º 0.79% 0.47% -
HSV(B) 327.62º 0.88% 0.84% -
XYZ 31.91 16.52 21.59 -
YUV 93.14 147.12 214.21 -
System Red Green Blue C M Y K H S L
Decimal 214 25 127 0 0.88 0.41 0.16 327.62 0.79 0.47
Hex D6 19 7F 0 58 29 10 148 4F 2F
Octal 326 31 177 0 130 51 20 510 117 57
Binary 11010110 11001 1111111 0 1011000 101001 10000 101001000 1001111 101111

Color Harmonies of #D6197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6197F

Black with #D6197F

Text Example


Text Example

White with #D6197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6197F; }

 p { color: rgb(214,25,127); }

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

background-color css

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

 a { background-color: rgb(214,25,127); }

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

border-color css

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

 span { border-color: rgb(214,25,127); }

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