Html Css Color HEX #D816A2 Medium Violet Red

📋 copy color: '#D816A2'

red 216 ◦ green 22 ◦ blue 162

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

Shades of Medium Violet Red #D816A2

Tints of Medium Violet Red #D816A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.5%

R = 54%
G = 5.5%
B = 40.5%

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

#D816A2 (or 0xD816A2) is known color: Medium Violet Red. HEX triplet: D8, 16 and A2. RGB value is (216,22,162). Sum of RGB (Red+Green+Blue) = 216+22+162=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D816A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D816A2 is #27E95D. Grayscale: #5F5F5F. Windows color (decimal): -2615646 or 10622680. OLE color: 10622680.

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

Color convert

RGB 216 22 162 -
CMYK 0 0.90 0.25 0.15
HSL 316.7º 0.82% 0.47% -
HSV(B) 316.7º 0.9% 0.85% -
XYZ 35.13 17.78 35.76 -
YUV 95.97 165.27 213.62 -
System Red Green Blue C M Y K H S L
Decimal 216 22 162 0 0.90 0.25 0.15 316.7 0.82 0.47
Hex D8 16 A2 0 5A 19 F 13D 52 2F
Octal 330 26 242 0 132 31 17 475 122 57
Binary 11011000 10110 10100010 0 1011010 11001 1111 100111101 1010010 101111

Color Harmonies of #D816A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816A2

Black with #D816A2

Text Example


Text Example

White with #D816A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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