Html Css Color HEX #D616A1 Medium Violet Red

📋 copy color: '#D616A1'

red 214 ◦ green 22 ◦ blue 161

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

Shades of Medium Violet Red #D616A1

Tints of Medium Violet Red #D616A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.55%

R = 53.9%
G = 5.54%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D616A1 (or 0xD616A1) is known color: Medium Violet Red. HEX triplet: D6, 16 and A1. RGB value is (214,22,161). Sum of RGB (Red+Green+Blue) = 214+22+161=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D616A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D616A1 is #29E95E. Grayscale: #5E5E5E. Windows color (decimal): -2746719 or 10557142. OLE color: 10557142.

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

Color convert

RGB 214 22 161 -
CMYK 0 0.90 0.25 0.16
HSL 316.56º 0.81% 0.46% -
HSV(B) 316.56º 0.9% 0.84% -
XYZ 34.45 17.44 35.27 -
YUV 95.25 165.11 212.7 -
System Red Green Blue C M Y K H S L
Decimal 214 22 161 0 0.90 0.25 0.16 316.56 0.81 0.46
Hex D6 16 A1 0 5A 19 10 13D 51 2E
Octal 326 26 241 0 132 31 20 475 121 56
Binary 11010110 10110 10100001 0 1011010 11001 10000 100111101 1010001 101110

Color Harmonies of #D616A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616A1

Black with #D616A1

Text Example


Text Example

White with #D616A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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