#D825CA

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

Shades of Deep Magenta #D825CA

Tints of Deep Magenta #D825CA

Color information

#D825CA (or 0xD825CA) is unknown color: approx Deep Magenta. HEX triplet: D8, 25 and CA. RGB value is (216,37,202). Sum of RGB (Red+Green+Blue) = 216+37+202=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D825CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825CA is #27DA35. Grayscale: #6C6C6C. Windows color (decimal): -2611766 or 13247960. OLE color: 13247960.

HSL color Cylindrical-coordinate representation of color #D825CA: hue angle of 304.69º 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 #D825CA is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21637202-
CMYK00.830.060.15
HSL304.69º70.75%49.61%-
HSV(B)304.69º82.87%84.71%-
XYZ39.6420.1957.68-
YUV109.33180.3204.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.47%
GREEN value IS 37 (14.84% from 255) = 8.13%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=47.47%
G=8.13%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163720200.830.060.15304.6970.7549.61
HexD825CA0536F1314732
Octal33045312012361746110762
Binary11011000100101110010100101001111011111001100011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D825CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D825CA; }

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

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

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

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

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

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

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

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