#D13CB4

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

Shades of Fuchsia #D13CB4

Tints of Fuchsia #D13CB4

Color information

#D13CB4 (or 0xD13CB4) is unknown color: approx Fuchsia. HEX triplet: D1, 3C and B4. RGB value is (209,60,180). Sum of RGB (Red+Green+Blue) = 209+60+180=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CB4 is #2EC34B. Grayscale: #757575. Windows color (decimal): -3064652 or 11812049. OLE color: 11812049.

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

Color convert

RGB20960180-
CMYK00.710.140.18
HSL311.68º61.83%52.75%-
HSV(B)311.68º71.29%81.96%-
XYZ36.1520.0845.15-
YUV118.23162.86192.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.55%
GREEN value IS 60 (23.83% from 255) = 13.36%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=46.55%
G=13.36%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096018000.710.140.18311.6861.8352.75
HexD13CB4047E121383e35
Octal32174264010716224707665
Binary110100011111001011010001000111111010010100111000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13CB4; }

 p { color: rgb(209,60,180); }

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

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

 a { background-color: rgb(209,60,180); }

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

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

 span { border-color: rgb(209,60,180); }

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