#D13ABD

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

Shades of Fuchsia #D13ABD

Tints of Fuchsia #D13ABD

Color information

#D13ABD (or 0xD13ABD) is unknown color: approx Fuchsia. HEX triplet: D1, 3A and BD. RGB value is (209,58,189). Sum of RGB (Red+Green+Blue) = 209+58+189=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ABD is #2EC542. Grayscale: #757575. Windows color (decimal): -3065155 or 12401361. OLE color: 12401361.

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

Color convert

RGB20958189-
CMYK00.720.100.18
HSL307.95º62.14%52.35%-
HSV(B)307.95º72.25%81.96%-
XYZ36.9920.2650.1-
YUV118.08168.03192.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.83%
GREEN value IS 58 (23.05% from 255) = 12.72%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=45.83%
G=12.72%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095818900.720.100.18307.9562.1452.35
HexD13ABD048A121343e34
Octal32172275011012224647664
Binary110100011110101011110101001000101010010100110100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13ABD; }

 p { color: rgb(209,58,189); }

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

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

 a { background-color: rgb(209,58,189); }

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

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

 span { border-color: rgb(209,58,189); }

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