#D923D0

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

Shades of Deep Magenta #D923D0

Tints of Deep Magenta #D923D0

Color information

#D923D0 (or 0xD923D0) is unknown color: approx Deep Magenta. HEX triplet: D9, 23 and D0. RGB value is (217,35,208). Sum of RGB (Red+Green+Blue) = 217+35+208=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D923D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D923D0 is #26DC2F. Grayscale: #6C6C6C. Windows color (decimal): -2546736 or 13640665. OLE color: 13640665.

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

Color convert

RGB21735208-
CMYK00.840.040.15
HSL302.97º72.22%49.41%-
HSV(B)302.97º83.87%85.1%-
XYZ40.620.5161.49-
YUV109.14183.8204.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 35 (14.06% from 255) = 7.61%
BLUE value IS 208 (81.64% from 255) = 45.22%
R=47.17%
G=7.61%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173520800.840.040.15302.9772.2249.41
HexD923D00544F12f4831
Octal33143320012441745711061
Binary11011001100011110100000101010010011111001011111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D923D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D923D0; }

 p { color: rgb(217,35,208); }

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

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

 a { background-color: rgb(217,35,208); }

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

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

 span { border-color: rgb(217,35,208); }

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