#D018D5

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

Shades of Deep Magenta #D018D5

Tints of Deep Magenta #D018D5

Color information

#D018D5 (or 0xD018D5) is unknown color: approx Deep Magenta. HEX triplet: D0, 18 and D5. RGB value is (208,24,213). Sum of RGB (Red+Green+Blue) = 208+24+213=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #D018D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D018D5 is #2FE72A. Grayscale: #636363. Windows color (decimal): -3139371 or 13965520. OLE color: 13965520.

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

Color convert

RGB20824213-
CMYK0.020.8900.16
HSL298.41º79.75%46.47%-
HSV(B)298.41º88.73%83.53%-
XYZ38.3518.8764.57-
YUV100.56191.46204.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 24 (9.77% from 255) = 5.39%
BLUE value IS 213 (83.59% from 255) = 47.87%
R=46.74%
G=5.39%
B=47.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208242130.020.8900.16298.4179.7546.47
HexD018D525901012a502e
Octal32030325213102045212056
Binary1101000011000110101011010110010100001001010101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D018D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D018D5; }

 p { color: rgb(208,24,213); }

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

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

 a { background-color: rgb(208,24,213); }

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

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

 span { border-color: rgb(208,24,213); }

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