#D144D0

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

Shades of Fuchsia #D144D0

Tints of Fuchsia #D144D0

Color information

#D144D0 (or 0xD144D0) is unknown color: approx Fuchsia. HEX triplet: D1, 44 and D0. RGB value is (209,68,208). Sum of RGB (Red+Green+Blue) = 209+68+208=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D144D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144D0 is #2EBB2F. Grayscale: #7D7D7D. Windows color (decimal): -3062576 or 13649105. OLE color: 13649105.

HSL color Cylindrical-coordinate representation of color #D144D0: hue angle of 300.43º 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 #D144D0 is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB20968208-
CMYK00.670.000.18
HSL300.43º60.52%54.31%-
HSV(B)300.43º67.46%81.96%-
XYZ39.7522.2461.87-
YUV126.12174.21187.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 68 (26.95% from 255) = 14.02%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=43.09%
G=14.02%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096820800.670.000.18300.4360.5254.31
HexD144D004301212c3d36
Octal32110432001030224547566
Binary1101000110001001101000001000011010010100101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D144D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D144D0; }

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

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

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

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

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

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

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

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