#D204D4

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

Shades of Deep Magenta #D204D4

Tints of Deep Magenta #D204D4

Color information

#D204D4 (or 0xD204D4) is unknown color: approx Deep Magenta. HEX triplet: D2, 04 and D4. RGB value is (210,4,212). Sum of RGB (Red+Green+Blue) = 210+4+212=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 212 (83.20% from 255 or 49.77% from 426); Max value from RGB is 212 - color contains mainly: blue. Hex color #D204D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D204D4 is #2DFB2B. Grayscale: #585858. Windows color (decimal): -3013420 or 13894866. OLE color: 13894866.

HSL color Cylindrical-coordinate representation of color #D204D4: hue angle of 299.42º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D204D4 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB2104212-
CMYK0.010.9800.17
HSL299.42º96.3%42.35%-
HSV(B)299.42º98.11%83.14%-
XYZ38.5118.5463.84-
YUV89.31197.25214.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.30%
GREEN value IS 4 (1.95% from 255) = 0.94%
BLUE value IS 212 (83.20% from 255) = 49.77%
R=49.30%
G=0.94%
B=49.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21042120.010.9800.17299.4296.342.35
HexD24D416201112b602a
Octal3224324114202145314052
Binary1101001010011010100111000100100011001010111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D204D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D204D4; }

 p { color: rgb(210,4,212); }

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

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

 a { background-color: rgb(210,4,212); }

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

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

 span { border-color: rgb(210,4,212); }

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