#D52BC6

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

Shades of Deep Magenta #D52BC6

Tints of Deep Magenta #D52BC6

Color information

#D52BC6 (or 0xD52BC6) is unknown color: approx Deep Magenta. HEX triplet: D5, 2B and C6. RGB value is (213,43,198). Sum of RGB (Red+Green+Blue) = 213+43+198=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BC6 is #2AD439. Grayscale: #6F6F6F. Windows color (decimal): -2806842 or 12987349. OLE color: 12987349.

HSL color Cylindrical-coordinate representation of color #D52BC6: hue angle of 305.29º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52BC6 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB21343198-
CMYK00.800.070.16
HSL305.29º66.93%50.2%-
HSV(B)305.29º79.81%83.53%-
XYZ38.519.9555.25-
YUV111.5176.82200.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 43 (17.19% from 255) = 9.47%
BLUE value IS 198 (77.73% from 255) = 43.61%
R=46.92%
G=9.47%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134319800.800.070.16305.2966.9350.2
HexD52BC60507101314332
Octal32553306012072046110362
Binary110101011010111100011001010000111100001001100011000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52BC6; }

 p { color: rgb(213,43,198); }

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

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

 a { background-color: rgb(213,43,198); }

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

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

 span { border-color: rgb(213,43,198); }

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