#D302D7

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

Shades of Deep Magenta #D302D7

Tints of Deep Magenta #D302D7

Color information

#D302D7 (or 0xD302D7) is unknown color: approx Deep Magenta. HEX triplet: D3, 02 and D7. RGB value is (211,2,215). Sum of RGB (Red+Green+Blue) = 211+2+215=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #D302D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D302D7 is #2CFD28. Grayscale: #585858. Windows color (decimal): -2948393 or 14090963. OLE color: 14090963.

HSL color Cylindrical-coordinate representation of color #D302D7: hue angle of 298.87º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D302D7 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2112215-
CMYK0.020.9900.16
HSL298.87º98.16%42.55%-
HSV(B)298.87º99.07%84.31%-
XYZ39.1518.865.85-
YUV88.77199.24215.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.30%
GREEN value IS 2 (1.17% from 255) = 0.47%
BLUE value IS 215 (84.38% from 255) = 50.23%
R=49.30%
G=0.47%
B=50.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21122150.020.9900.16298.8798.1642.55
HexD32D726301012b622b
Octal3232327214302045314253
Binary1101001110110101111011000110100001001010111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D302D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D302D7; }

 p { color: rgb(211,2,215); }

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

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

 a { background-color: rgb(211,2,215); }

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

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

 span { border-color: rgb(211,2,215); }

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