Html Css Color HEX #D6167E Medium Violet Red

📋 copy color: '#D6167E'

red 214 ◦ green 22 ◦ blue 126

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

Shades of Medium Violet Red #D6167E

Tints of Medium Violet Red #D6167E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 59.12%
G = 6.08%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6167E (or 0xD6167E) is known color: Medium Violet Red. HEX triplet: D6, 16 and 7E. RGB value is (214,22,126). Sum of RGB (Red+Green+Blue) = 214+22+126=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6167E is #29E981. Grayscale: #5B5B5B. Windows color (decimal): -2746754 or 8263382. OLE color: 8263382.

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

Color convert

RGB 214 22 126 -
CMYK 0 0.90 0.41 0.16
HSL 327.5º 0.81% 0.46% -
HSV(B) 327.5º 0.9% 0.84% -
XYZ 31.78 16.38 21.22 -
YUV 91.26 147.61 215.54 -
System Red Green Blue C M Y K H S L
Decimal 214 22 126 0 0.90 0.41 0.16 327.5 0.81 0.46
Hex D6 16 7E 0 5A 29 10 148 51 2E
Octal 326 26 176 0 132 51 20 510 121 56
Binary 11010110 10110 1111110 0 1011010 101001 10000 101001000 1010001 101110

Color Harmonies of #D6167E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6167E

Black with #D6167E

Text Example


Text Example

White with #D6167E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6167E; }

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

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

background-color css

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

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

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

border-color css

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

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

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