Html Css Color HEX #D616A4 Medium Violet Red

📋 copy color: '#D616A4'

red 214 ◦ green 22 ◦ blue 164

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

Shades of Medium Violet Red #D616A4

Tints of Medium Violet Red #D616A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41%

R = 53.5%
G = 5.5%
B = 41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D616A4 (or 0xD616A4) is known color: Medium Violet Red. HEX triplet: D6, 16 and A4. RGB value is (214,22,164). Sum of RGB (Red+Green+Blue) = 214+22+164=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D616A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D616A4 is #29E95B. Grayscale: #5F5F5F. Windows color (decimal): -2746716 or 10753750. OLE color: 10753750.

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

Color convert

RGB 214 22 164 -
CMYK 0 0.90 0.23 0.16
HSL 315.63º 0.81% 0.46% -
HSV(B) 315.63º 0.9% 0.84% -
XYZ 34.72 17.55 36.68 -
YUV 95.6 166.61 212.45 -
System Red Green Blue C M Y K H S L
Decimal 214 22 164 0 0.90 0.23 0.16 315.63 0.81 0.46
Hex D6 16 A4 0 5A 17 10 13C 51 2E
Octal 326 26 244 0 132 27 20 474 121 56
Binary 11010110 10110 10100100 0 1011010 10111 10000 100111100 1010001 101110

Color Harmonies of #D616A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616A4

Black with #D616A4

Text Example


Text Example

White with #D616A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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