#D025C6

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

Shades of Deep Magenta #D025C6

Tints of Deep Magenta #D025C6

Color information

#D025C6 (or 0xD025C6) is unknown color: approx Deep Magenta. HEX triplet: D0, 25 and C6. RGB value is (208,37,198). Sum of RGB (Red+Green+Blue) = 208+37+198=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D025C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D025C6 is #2FDA39. Grayscale: #6A6A6A. Windows color (decimal): -3136058 or 12985808. OLE color: 12985808.

HSL color Cylindrical-coordinate representation of color #D025C6: hue angle of 303.51º 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 #D025C6 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB20837198-
CMYK00.820.050.18
HSL303.51º69.8%48.04%-
HSV(B)303.51º82.21%81.57%-
XYZ36.8718.8155.11-
YUV106.48179.65200.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.95%
GREEN value IS 37 (14.84% from 255) = 8.35%
BLUE value IS 198 (77.73% from 255) = 44.70%
R=46.95%
G=8.35%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2083719800.820.050.18303.5169.848.04
HexD025C60525121304630
Octal32045306012252246010660
Binary110100001001011100011001010010101100101001100001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D025C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D025C6; }

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

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

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

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

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

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

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

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