#D138AD

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

Shades of Fuchsia #D138AD

Tints of Fuchsia #D138AD

Color information

#D138AD (or 0xD138AD) is unknown color: approx Fuchsia. HEX triplet: D1, 38 and AD. RGB value is (209,56,173). Sum of RGB (Red+Green+Blue) = 209+56+173=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D138AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D138AD is #2EC752. Grayscale: #727272. Windows color (decimal): -3065683 or 11352273. OLE color: 11352273.

HSL color Cylindrical-coordinate representation of color #D138AD: hue angle of 314.12º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D138AD is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB20956173-
CMYK00.730.170.18
HSL314.12º62.45%51.96%-
HSV(B)314.12º73.21%81.96%-
XYZ35.2519.441.42-
YUV115.08160.69194.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 56 (22.27% from 255) = 12.79%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=47.72%
G=12.79%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095617300.730.170.18314.1262.4551.96
HexD138AD049111213a3e34
Octal32170255011121224727664
Binary1101000111100010101101010010011000110010100111010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D138AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D138AD; }

 p { color: rgb(209,56,173); }

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

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

 a { background-color: rgb(209,56,173); }

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

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

 span { border-color: rgb(209,56,173); }

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