#D13ABC

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

Shades of Fuchsia #D13ABC

Tints of Fuchsia #D13ABC

Color information

#D13ABC (or 0xD13ABC) is unknown color: approx Fuchsia. HEX triplet: D1, 3A and BC. RGB value is (209,58,188). Sum of RGB (Red+Green+Blue) = 209+58+188=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ABC is #2EC543. Grayscale: #757575. Windows color (decimal): -3065156 or 12335825. OLE color: 12335825.

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

Color convert

RGB20958188-
CMYK00.720.100.18
HSL308.34º62.14%52.35%-
HSV(B)308.34º72.25%81.96%-
XYZ36.8820.2149.53-
YUV117.97167.53192.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 58 (23.05% from 255) = 12.75%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=45.93%
G=12.75%
B=41.32%

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
Decimal2095818800.720.100.18308.3462.1452.35
HexD13ABC048A121343e34
Octal32172274011012224647664
Binary110100011110101011110001001000101010010100110100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13ABC; }

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

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

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

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

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

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

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

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