#D72CDD

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

Shades of Deep Magenta #D72CDD

Tints of Deep Magenta #D72CDD

Color information

#D72CDD (or 0xD72CDD) is unknown color: approx Deep Magenta. HEX triplet: D7, 2C and DD. RGB value is (215,44,221). Sum of RGB (Red+Green+Blue) = 215+44+221=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #D72CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CDD is #28D322. Grayscale: #727272. Windows color (decimal): -2675491 or 14494935. OLE color: 14494935.

HSL color Cylindrical-coordinate representation of color #D72CDD: hue angle of 297.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72CDD is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21544221-
CMYK0.030.8000.13
HSL297.97º72.24%51.96%-
HSV(B)297.97º80.09%86.67%-
XYZ41.9821.4770.34-
YUV115.31187.65199.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.79%
GREEN value IS 44 (17.58% from 255) = 9.17%
BLUE value IS 221 (86.72% from 255) = 46.04%
R=44.79%
G=9.17%
B=46.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215442210.030.8000.13297.9772.2451.96
HexD72CDD3500D12a4834
Octal32754335312001545211064
Binary1101011110110011011101111010000011011001010101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72CDD; }

 p { color: rgb(215,44,221); }

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

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

 a { background-color: rgb(215,44,221); }

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

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

 span { border-color: rgb(215,44,221); }

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