#D821A4

Color #D821A4 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D821A4

Tints of Medium Violet Red #D821A4

Color information

#D821A4 (or 0xD821A4) is unknown color: approx Medium Violet Red. HEX triplet: D8, 21 and A4. RGB value is (216,33,164). Sum of RGB (Red+Green+Blue) = 216+33+164=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D821A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D821A4 is #27DE5B. Grayscale: #666666. Windows color (decimal): -2612828 or 10756568. OLE color: 10756568.

HSL color Cylindrical-coordinate representation of color #D821A4: hue angle of 317.05º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D821A4 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB21633164-
CMYK00.850.240.15
HSL317.05º73.49%48.82%-
HSV(B)317.05º84.72%84.71%-
XYZ35.5618.3736.79-
YUV102.65162.63208.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.30%
GREEN value IS 33 (13.28% from 255) = 7.99%
BLUE value IS 164 (64.45% from 255) = 39.71%
R=52.30%
G=7.99%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163316400.850.240.15317.0573.4948.82
HexD821A405518F13d4931
Octal330412440125301747511161
Binary1101100010000110100100010101011100011111001111011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D821A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D821A4; }

 p { color: rgb(216,33,164); }

 H1.HeaderClassName
 {
   color: #D821A4;
 }
 .AnyTagClassName
 {
   color: #D821A4;
 }
</style>
background-color css

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

 a { background-color: rgb(216,33,164); }

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

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

 span { border-color: rgb(216,33,164); }

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