#D825BE

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

Shades of Deep Magenta #D825BE

Tints of Deep Magenta #D825BE

Color information

#D825BE (or 0xD825BE) is unknown color: approx Deep Magenta. HEX triplet: D8, 25 and BE. RGB value is (216,37,190). Sum of RGB (Red+Green+Blue) = 216+37+190=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D825BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825BE is #27DA41. Grayscale: #6B6B6B. Windows color (decimal): -2611778 or 12461528. OLE color: 12461528.

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

Color convert

RGB21637190-
CMYK00.830.120.15
HSL308.72º70.75%49.61%-
HSV(B)308.72º82.87%84.71%-
XYZ38.2719.6450.49-
YUV107.96174.3205.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.76%
GREEN value IS 37 (14.84% from 255) = 8.35%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=48.76%
G=8.35%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163719000.830.120.15308.7270.7549.61
HexD825BE053CF1354732
Octal330452760123141746510762
Binary110110001001011011111001010011110011111001101011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D825BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D825BE; }

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

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

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

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

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

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

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

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