#D527BE

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

Shades of Deep Magenta #D527BE

Tints of Deep Magenta #D527BE

Color information

#D527BE (or 0xD527BE) is unknown color: approx Deep Magenta. HEX triplet: D5, 27 and BE. RGB value is (213,39,190). Sum of RGB (Red+Green+Blue) = 213+39+190=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D527BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527BE is #2AD841. Grayscale: #6B6B6B. Windows color (decimal): -2807874 or 12462037. OLE color: 12462037.

HSL color Cylindrical-coordinate representation of color #D527BE: hue angle of 307.93º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D527BE is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB21339190-
CMYK00.820.110.16
HSL307.93º69.05%49.41%-
HSV(B)307.93º81.69%83.53%-
XYZ37.4619.3150.47-
YUV108.24174.15202.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.19%
GREEN value IS 39 (15.62% from 255) = 8.82%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=48.19%
G=8.82%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133919000.820.110.16307.9369.0549.41
HexD527BE052B101344531
Octal325472760122132046410561
Binary1101010110011110111110010100101011100001001101001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D527BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D527BE; }

 p { color: rgb(213,39,190); }

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

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

 a { background-color: rgb(213,39,190); }

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

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

 span { border-color: rgb(213,39,190); }

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