Html Css Color HEX #D6197A Medium Violet Red

📋 copy color: '#D6197A'

red 214 ◦ green 25 ◦ blue 122

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

Shades of Medium Violet Red #D6197A

Tints of Medium Violet Red #D6197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 59.28%
G = 6.93%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6197A (or 0xD6197A) is known color: Medium Violet Red. HEX triplet: D6, 19 and 7A. RGB value is (214,25,122). Sum of RGB (Red+Green+Blue) = 214+25+122=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6197A is #29E685. Grayscale: #5C5C5C. Windows color (decimal): -2745990 or 8002006. OLE color: 8002006.

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

Color convert

RGB 214 25 122 -
CMYK 0 0.88 0.43 0.16
HSL 329.21º 0.79% 0.47% -
HSV(B) 329.21º 0.88% 0.84% -
XYZ 31.59 16.4 19.91 -
YUV 92.57 144.62 214.61 -
System Red Green Blue C M Y K H S L
Decimal 214 25 122 0 0.88 0.43 0.16 329.21 0.79 0.47
Hex D6 19 7A 0 58 2B 10 149 4F 2F
Octal 326 31 172 0 130 53 20 511 117 57
Binary 11010110 11001 1111010 0 1011000 101011 10000 101001001 1001111 101111

Color Harmonies of #D6197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6197A

Black with #D6197A

Text Example


Text Example

White with #D6197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6197A; }

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

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

background-color css

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

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

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

border-color css

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

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

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