Html Css Color HEX #D6197D Medium Violet Red

📋 copy color: '#D6197D'

red 214 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #D6197D

Tints of Medium Violet Red #D6197D

RGB

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

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

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

R = 58.79%
G = 6.87%
B = 34.34%

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

#D6197D (or 0xD6197D) is known color: Medium Violet Red. HEX triplet: D6, 19 and 7D. RGB value is (214,25,125). Sum of RGB (Red+Green+Blue) = 214+25+125=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D6197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6197D is #29E682. Grayscale: #5C5C5C. Windows color (decimal): -2745987 or 8198614. OLE color: 8198614.

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

Color convert

RGB 214 25 125 -
CMYK 0 0.88 0.42 0.16
HSL 328.25º 0.79% 0.47% -
HSV(B) 328.25º 0.88% 0.84% -
XYZ 31.78 16.47 20.91 -
YUV 92.91 146.12 214.37 -
System Red Green Blue C M Y K H S L
Decimal 214 25 125 0 0.88 0.42 0.16 328.25 0.79 0.47
Hex D6 19 7D 0 58 2A 10 148 4F 2F
Octal 326 31 175 0 130 52 20 510 117 57
Binary 11010110 11001 1111101 0 1011000 101010 10000 101001000 1001111 101111

Color Harmonies of #D6197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6197D

Black with #D6197D

Text Example


Text Example

White with #D6197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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