#D927DE

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

Shades of Deep Magenta #D927DE

Tints of Deep Magenta #D927DE

Color information

#D927DE (or 0xD927DE) is unknown color: approx Deep Magenta. HEX triplet: D9, 27 and DE. RGB value is (217,39,222). Sum of RGB (Red+Green+Blue) = 217+39+222=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #D927DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D927DE is #26D821. Grayscale: #707070. Windows color (decimal): -2545698 or 14559193. OLE color: 14559193.

HSL color Cylindrical-coordinate representation of color #D927DE: hue angle of 298.36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D927DE is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21739222-
CMYK0.020.8200.13
HSL298.36º73.49%51.18%-
HSV(B)298.36º82.43%87.06%-
XYZ42.5321.4871.01-
YUV113.08189.47202.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 39 (15.62% from 255) = 8.16%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=45.40%
G=8.16%
B=46.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal217392220.020.8200.13298.3673.4951.18
HexD927DE2520D12a4933
Octal33147336212201545211163
Binary1101100110011111011110101010010011011001010101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D927DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D927DE; }

 p { color: rgb(217,39,222); }

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

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

 a { background-color: rgb(217,39,222); }

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

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

 span { border-color: rgb(217,39,222); }

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