#d123bf

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

Shades of Deep Magenta #D123BF

Tints of Deep Magenta #D123BF

Color information

#D123BF (or 0xD123BF) is unknown color: approx Deep Magenta. HEX triplet: D1, 23 and BF. RGB value is (209,35,191). Sum of RGB (Red+Green+Blue) = 209+35+191=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D123BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123BF is #2EDC40. Grayscale: #686868. Windows color (decimal): -3071041 or 12526545. OLE color: 12526545.

HSL color Cylindrical-coordinate representation of color #D123BF: hue angle of 306.21º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D123BF is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB20935191-
CMYK00.830.090.18
HSL306.21º71.31%47.84%-
HSV(B)306.21º83.25%81.96%-
XYZ36.318.5250.95-
YUV104.81176.65202.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 35 (14.06% from 255) = 8.05%
BLUE value IS 191 (75% from 255) = 43.91%
R=48.05%
G=8.05%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093519100.830.090.18306.2171.3147.84
HexD123BF0539121324730
Octal321432770123112246210760
Binary1101000110001110111111010100111001100101001100101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d123bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d123bf; }

 p { color: rgb(209,35,191); }

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

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

 a { background-color: rgb(209,35,191); }

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

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

 span { border-color: rgb(209,35,191); }

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