#D844BA

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

Shades of Fuchsia #D844BA

Tints of Fuchsia #D844BA

Color information

#D844BA (or 0xD844BA) is unknown color: approx Fuchsia. HEX triplet: D8, 44 and BA. RGB value is (216,68,186). Sum of RGB (Red+Green+Blue) = 216+68+186=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D844BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D844BA is #27BB45. Grayscale: #7D7D7D. Windows color (decimal): -2603846 or 12207320. OLE color: 12207320.

HSL color Cylindrical-coordinate representation of color #D844BA: hue angle of 312.16º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D844BA is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB21668186-
CMYK00.690.140.15
HSL312.16º65.49%55.69%-
HSV(B)312.16º68.52%84.71%-
XYZ39.2522.2848.69-
YUV125.7162.03192.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 68 (26.95% from 255) = 14.47%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=45.96%
G=14.47%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166818600.690.140.15312.1665.4955.69
HexD844BA045EF1384138
Octal3301042720105161747010170
Binary1101100010001001011101001000101111011111001110001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D844BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D844BA; }

 p { color: rgb(216,68,186); }

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

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

 a { background-color: rgb(216,68,186); }

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

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

 span { border-color: rgb(216,68,186); }

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