Html Css Color HEX #D616A6 Medium Violet Red

📋 copy color: '#D616A6'

red 214 ◦ green 22 ◦ blue 166

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

Shades of Medium Violet Red #D616A6

Tints of Medium Violet Red #D616A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.29%

R = 53.23%
G = 5.47%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D616A6 (or 0xD616A6) is known color: Medium Violet Red. HEX triplet: D6, 16 and A6. RGB value is (214,22,166). Sum of RGB (Red+Green+Blue) = 214+22+166=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D616A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D616A6 is #29E959. Grayscale: #5F5F5F. Windows color (decimal): -2746714 or 10884822. OLE color: 10884822.

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

Color convert

RGB 214 22 166 -
CMYK 0 0.90 0.22 0.16
HSL 315º 0.81% 0.46% -
HSV(B) 315º 0.9% 0.84% -
XYZ 34.9 17.62 37.64 -
YUV 95.82 167.61 212.29 -
System Red Green Blue C M Y K H S L
Decimal 214 22 166 0 0.90 0.22 0.16 315 0.81 0.46
Hex D6 16 A6 0 5A 16 10 13B 51 2E
Octal 326 26 246 0 132 26 20 473 121 56
Binary 11010110 10110 10100110 0 1011010 10110 10000 100111011 1010001 101110

Color Harmonies of #D616A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616A6

Black with #D616A6

Text Example


Text Example

White with #D616A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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