Html Css Color HEX #D6167C Medium Violet Red

📋 copy color: '#D6167C'

red 214 ◦ green 22 ◦ blue 124

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

Shades of Medium Violet Red #D6167C

Tints of Medium Violet Red #D6167C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.11%

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

R = 59.44%
G = 6.11%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6167C (or 0xD6167C) is known color: Medium Violet Red. HEX triplet: D6, 16 and 7C. RGB value is (214,22,124). Sum of RGB (Red+Green+Blue) = 214+22+124=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6167C is #29E983. Grayscale: #5A5A5A. Windows color (decimal): -2746756 or 8132310. OLE color: 8132310.

HSL color Cylindrical-coordinate representation of color #D6167C: hue angle of 328.12º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6167C is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 22 124 -
CMYK 0 0.90 0.42 0.16
HSL 328.13º 0.81% 0.46% -
HSV(B) 328.13º 0.9% 0.84% -
XYZ 31.66 16.33 20.55 -
YUV 91.04 146.61 215.71 -
System Red Green Blue C M Y K H S L
Decimal 214 22 124 0 0.90 0.42 0.16 328.13 0.81 0.46
Hex D6 16 7C 0 5A 2A 10 148 51 2E
Octal 326 26 174 0 132 52 20 510 121 56
Binary 11010110 10110 1111100 0 1011010 101010 10000 101001000 1010001 101110

Color Harmonies of #D6167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6167C

Black with #D6167C

Text Example


Text Example

White with #D6167C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6167C; }

 p { color: rgb(214,22,124); }

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

background-color css

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

 a { background-color: rgb(214,22,124); }

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

border-color css

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

 span { border-color: rgb(214,22,124); }

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