#d025c9

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

Shades of Deep Magenta #D025C9

Tints of Deep Magenta #D025C9

Color information

#D025C9 (or 0xD025C9) is unknown color: approx Deep Magenta. HEX triplet: D0, 25 and C9. RGB value is (208,37,201). Sum of RGB (Red+Green+Blue) = 208+37+201=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D025C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D025C9 is #2FDA36. Grayscale: #6A6A6A. Windows color (decimal): -3136055 or 13182416. OLE color: 13182416.

HSL color Cylindrical-coordinate representation of color #D025C9: hue angle of 302.46º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D025C9 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB20837201-
CMYK00.820.030.18
HSL302.46º69.8%48.04%-
HSV(B)302.46º82.21%81.57%-
XYZ37.2218.9556.95-
YUV106.82181.15200.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.64%
GREEN value IS 37 (14.84% from 255) = 8.30%
BLUE value IS 201 (78.91% from 255) = 45.07%
R=46.64%
G=8.30%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2083720100.820.030.18302.4669.848.04
HexD025C905231212e4630
Octal32045311012232245610660
Binary11010000100101110010010101001011100101001011101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d025c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d025c9; }

 p { color: rgb(208,37,201); }

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

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

 a { background-color: rgb(208,37,201); }

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

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

 span { border-color: rgb(208,37,201); }

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