Html Css Color HEX #D816A1 Medium Violet Red

📋 copy color: '#D816A1'

red 216 ◦ green 22 ◦ blue 161

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

Shades of Medium Violet Red #D816A1

Tints of Medium Violet Red #D816A1

RGB

 RED value IS 216 (84.77% from 255) = 54.14%

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

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

R = 54.14%
G = 5.51%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D816A1 (or 0xD816A1) is known color: Medium Violet Red. HEX triplet: D8, 16 and A1. RGB value is (216,22,161). Sum of RGB (Red+Green+Blue) = 216+22+161=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D816A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D816A1 is #27E95E. Grayscale: #5F5F5F. Windows color (decimal): -2615647 or 10557144. OLE color: 10557144.

HSL color Cylindrical-coordinate representation of color #D816A1: hue angle of 317.01º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D816A1 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 161 -
CMYK 0 0.90 0.25 0.15
HSL 317.01º 0.82% 0.47% -
HSV(B) 317.01º 0.9% 0.85% -
XYZ 35.04 17.75 35.3 -
YUV 95.85 164.77 213.7 -
System Red Green Blue C M Y K H S L
Decimal 216 22 161 0 0.90 0.25 0.15 317.01 0.82 0.47
Hex D8 16 A1 0 5A 19 F 13D 52 2F
Octal 330 26 241 0 132 31 17 475 122 57
Binary 11011000 10110 10100001 0 1011010 11001 1111 100111101 1010010 101111

Color Harmonies of #D816A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816A1

Black with #D816A1

Text Example


Text Example

White with #D816A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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