#D617BE

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

Shades of Deep Magenta #D617BE

Tints of Deep Magenta #D617BE

Color information

#D617BE (or 0xD617BE) is unknown color: approx Deep Magenta. HEX triplet: D6, 17 and BE. RGB value is (214,23,190). Sum of RGB (Red+Green+Blue) = 214+23+190=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D617BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617BE is #29E841. Grayscale: #626262. Windows color (decimal): -2746434 or 12457942. OLE color: 12457942.

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

Color convert

RGB21423190-
CMYK00.890.110.16
HSL307.54º80.59%46.47%-
HSV(B)307.54º89.25%83.92%-
XYZ37.3318.6350.34-
YUV99.15179.28209.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.12%
GREEN value IS 23 (9.38% from 255) = 5.39%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=50.12%
G=5.39%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142319000.890.110.16307.5480.5946.47
HexD617BE059B10134512e
Octal326272760131132046412156
Binary110101101011110111110010110011011100001001101001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D617BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D617BE; }

 p { color: rgb(214,23,190); }

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

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

 a { background-color: rgb(214,23,190); }

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

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

 span { border-color: rgb(214,23,190); }

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