#D624B9

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

Shades of Deep Magenta #D624B9

Tints of Deep Magenta #D624B9

Color information

#D624B9 (or 0xD624B9) is unknown color: approx Deep Magenta. HEX triplet: D6, 24 and B9. RGB value is (214,36,185). Sum of RGB (Red+Green+Blue) = 214+36+185=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D624B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D624B9 is #29DB46. Grayscale: #696969. Windows color (decimal): -2743111 or 12133590. OLE color: 12133590.

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

Color convert

RGB21436185-
CMYK00.830.140.16
HSL309.78º71.2%49.02%-
HSV(B)309.78º83.18%83.92%-
XYZ37.1219.0647.62-
YUV106.21172.47204.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 36 (14.45% from 255) = 8.28%
BLUE value IS 185 (72.66% from 255) = 42.53%
R=49.20%
G=8.28%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143618500.830.140.16309.7871.249.02
HexD624B9053E101364731
Octal326442710123162046610761
Binary1101011010010010111001010100111110100001001101101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D624B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D624B9; }

 p { color: rgb(214,36,185); }

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

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

 a { background-color: rgb(214,36,185); }

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

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

 span { border-color: rgb(214,36,185); }

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