#D611BE

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

Shades of Deep Magenta #D611BE

Tints of Deep Magenta #D611BE

Color information

#D611BE (or 0xD611BE) is unknown color: approx Deep Magenta. HEX triplet: D6, 11 and BE. RGB value is (214,17,190). Sum of RGB (Red+Green+Blue) = 214+17+190=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D611BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D611BE is #29EE41. Grayscale: #5F5F5F. Windows color (decimal): -2747970 or 12456406. OLE color: 12456406.

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

Color convert

RGB21417190-
CMYK00.920.110.16
HSL307.31º85.28%45.29%-
HSV(B)307.31º92.06%83.92%-
XYZ37.2318.4150.31-
YUV95.62181.27212.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.83%
GREEN value IS 17 (7.03% from 255) = 4.04%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=50.83%
G=4.04%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141719000.920.110.16307.3185.2845.29
HexD611BE05CB10133552d
Octal326212760134132046312555
Binary110101101000110111110010111001011100001001100111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D611BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D611BE; }

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

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

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

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

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

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

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

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