#D144BA

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

Shades of Fuchsia #D144BA

Tints of Fuchsia #D144BA

Color information

#D144BA (or 0xD144BA) is unknown color: approx Fuchsia. HEX triplet: D1, 44 and BA. RGB value is (209,68,186). Sum of RGB (Red+Green+Blue) = 209+68+186=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D144BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144BA is #2EBB45. Grayscale: #7B7B7B. Windows color (decimal): -3062598 or 12207313. OLE color: 12207313.

HSL color Cylindrical-coordinate representation of color #D144BA: hue angle of 309.79º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D144BA is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB20968186-
CMYK00.670.110.18
HSL309.79º60.52%54.31%-
HSV(B)309.79º67.46%81.96%-
XYZ37.2221.2348.59-
YUV123.61163.21188.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.14%
GREEN value IS 68 (26.95% from 255) = 14.69%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=45.14%
G=14.69%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096818600.670.110.18309.7960.5254.31
HexD144BA043B121363d36
Octal321104272010313224667566
Binary1101000110001001011101001000011101110010100110110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D144BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D144BA; }

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

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

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

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

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

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

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

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