#D924D5

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

Shades of Deep Magenta #D924D5

Tints of Deep Magenta #D924D5

Color information

#D924D5 (or 0xD924D5) is unknown color: approx Deep Magenta. HEX triplet: D9, 24 and D5. RGB value is (217,36,213). Sum of RGB (Red+Green+Blue) = 217+36+213=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D924D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D924D5 is #26DB2A. Grayscale: #6D6D6D. Windows color (decimal): -2546475 or 13968601. OLE color: 13968601.

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

Color convert

RGB21736213-
CMYK00.830.020.15
HSL301.33º71.54%49.61%-
HSV(B)301.33º83.41%85.1%-
XYZ41.2620.8264.79-
YUV110.3185.97204.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 36 (14.45% from 255) = 7.73%
BLUE value IS 213 (83.59% from 255) = 45.71%
R=46.57%
G=7.73%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173621300.830.020.15301.3371.5449.61
HexD924D50532F12d4832
Octal33144325012321745511062
Binary1101100110010011010101010100111011111001011011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D924D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D924D5; }

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

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

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

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

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

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

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

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