#D30FDD

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

Shades of Deep Magenta #D30FDD

Tints of Deep Magenta #D30FDD

Color information

#D30FDD (or 0xD30FDD) is unknown color: approx Deep Magenta. HEX triplet: D3, 0F and DD. RGB value is (211,15,221). Sum of RGB (Red+Green+Blue) = 211+15+221=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #D30FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FDD is #2CF022. Grayscale: #606060. Windows color (decimal): -2945059 or 14487507. OLE color: 14487507.

HSL color Cylindrical-coordinate representation of color #D30FDD: hue angle of 297.09º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30FDD is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21115221-
CMYK0.050.9300.13
HSL297.09º87.29%46.27%-
HSV(B)297.09º93.21%86.67%-
XYZ40.0919.4170.04-
YUV97.09197.93209.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.20%
GREEN value IS 15 (6.25% from 255) = 3.36%
BLUE value IS 221 (86.72% from 255) = 49.44%
R=47.20%
G=3.36%
B=49.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211152210.050.9300.13297.0987.2946.27
HexD3FDD55D0D129572e
Octal32317335513501545112756
Binary110100111111110111011011011101011011001010011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30FDD; }

 p { color: rgb(211,15,221); }

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

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

 a { background-color: rgb(211,15,221); }

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

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

 span { border-color: rgb(211,15,221); }

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