#D144D5

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

Shades of Fuchsia #D144D5

Tints of Fuchsia #D144D5

Color information

#D144D5 (or 0xD144D5) is unknown color: approx Fuchsia. HEX triplet: D1, 44 and D5. RGB value is (209,68,213). Sum of RGB (Red+Green+Blue) = 209+68+213=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #D144D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144D5 is #2EBB2A. Grayscale: #7E7E7E. Windows color (decimal): -3062571 or 13976785. OLE color: 13976785.

HSL color Cylindrical-coordinate representation of color #D144D5: hue angle of 298.34º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D144D5 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20968213-
CMYK0.020.6800.16
HSL298.34º63.32%55.1%-
HSV(B)298.34º68.08%83.53%-
XYZ40.3722.4965.16-
YUV126.69176.71186.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.65%
GREEN value IS 68 (26.95% from 255) = 13.88%
BLUE value IS 213 (83.59% from 255) = 43.47%
R=42.65%
G=13.88%
B=43.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal209682130.020.6800.16298.3463.3255.1
HexD144D524401012a3f37
Octal32110432521040204527767
Binary11010001100010011010101101000100010000100101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D144D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D144D5; }

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

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

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

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

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

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

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

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