#D624D9

Color #D624D9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D624D9

Tints of Deep Magenta #D624D9

Color information

#D624D9 (or 0xD624D9) is unknown color: approx Deep Magenta. HEX triplet: D6, 24 and D9. RGB value is (214,36,217). Sum of RGB (Red+Green+Blue) = 214+36+217=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #D624D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D624D9 is #29DB26. Grayscale: #6D6D6D. Windows color (decimal): -2743079 or 14230742. OLE color: 14230742.

HSL color Cylindrical-coordinate representation of color #D624D9: hue angle of 299.01º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D624D9 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21436217-
CMYK0.010.8300.15
HSL299.01º71.54%49.61%-
HSV(B)299.01º83.41%85.1%-
XYZ40.8920.5767.46-
YUV109.86188.47202.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 36 (14.45% from 255) = 7.71%
BLUE value IS 217 (85.16% from 255) = 46.47%
R=45.82%
G=7.71%
B=46.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214362170.010.8300.15299.0171.5449.61
HexD624D91530F12b4832
Octal32644331112301745311062
Binary110101101001001101100111010011011111001010111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D624D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D624D9; }

 p { color: rgb(214,36,217); }

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

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

 a { background-color: rgb(214,36,217); }

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

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

 span { border-color: rgb(214,36,217); }

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