#D621A8

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

Shades of Medium Violet Red #D621A8

Tints of Medium Violet Red #D621A8

Color information

#D621A8 (or 0xD621A8) is unknown color: approx Medium Violet Red. HEX triplet: D6, 21 and A8. RGB value is (214,33,168). Sum of RGB (Red+Green+Blue) = 214+33+168=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D621A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D621A8 is #29DE57. Grayscale: #666666. Windows color (decimal): -2743896 or 11018710. OLE color: 11018710.

HSL color Cylindrical-coordinate representation of color #D621A8: hue angle of 315.25º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D621A8 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB21433168-
CMYK00.850.210.16
HSL315.25º73.28%48.43%-
HSV(B)315.25º84.58%83.92%-
XYZ35.3418.2138.7-
YUV102.51164.97207.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 33 (13.28% from 255) = 7.95%
BLUE value IS 168 (66.02% from 255) = 40.48%
R=51.57%
G=7.95%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143316800.850.210.16315.2573.2848.43
HexD621A8055151013b4930
Octal326412500125252047311160
Binary11010110100001101010000101010110101100001001110111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D621A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D621A8; }

 p { color: rgb(214,33,168); }

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

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

 a { background-color: rgb(214,33,168); }

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

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

 span { border-color: rgb(214,33,168); }

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