#D825C6

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

Shades of Deep Magenta #D825C6

Tints of Deep Magenta #D825C6

Color information

#D825C6 (or 0xD825C6) is unknown color: approx Deep Magenta. HEX triplet: D8, 25 and C6. RGB value is (216,37,198). Sum of RGB (Red+Green+Blue) = 216+37+198=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D825C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825C6 is #27DA39. Grayscale: #6C6C6C. Windows color (decimal): -2611770 or 12985816. OLE color: 12985816.

HSL color Cylindrical-coordinate representation of color #D825C6: hue angle of 306.03º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D825C6 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB21637198-
CMYK00.830.080.15
HSL306.03º70.75%49.61%-
HSV(B)306.03º82.87%84.71%-
XYZ39.172055.22-
YUV108.88178.3204.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.89%
GREEN value IS 37 (14.84% from 255) = 8.20%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=47.89%
G=8.20%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163719800.830.080.15306.0370.7549.61
HexD825C60538F1324732
Octal330453060123101746210762
Binary110110001001011100011001010011100011111001100101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D825C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D825C6; }

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

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

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

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

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

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

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

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