#D02CDD

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

Shades of Deep Magenta #D02CDD

Tints of Deep Magenta #D02CDD

Color information

#D02CDD (or 0xD02CDD) is unknown color: approx Deep Magenta. HEX triplet: D0, 2C and DD. RGB value is (208,44,221). Sum of RGB (Red+Green+Blue) = 208+44+221=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #D02CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CDD is #2FD322. Grayscale: #707070. Windows color (decimal): -3134243 or 14494928. OLE color: 14494928.

HSL color Cylindrical-coordinate representation of color #D02CDD: hue angle of 295.59º 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 #D02CDD is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20844221-
CMYK0.060.8000.13
HSL295.59º72.24%51.96%-
HSV(B)295.59º80.09%86.67%-
XYZ39.9620.4370.24-
YUV113.21188.83195.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 44 (17.58% from 255) = 9.30%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=43.97%
G=9.30%
B=46.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208442210.060.8000.13295.5972.2451.96
HexD02CDD6500D1284834
Octal32054335612001545011064
Binary11010000101100110111011101010000011011001010001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02CDD; }

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

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

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

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

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

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

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

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