#D55ABC

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

Shades of Fuchsia #D55ABC

Tints of Fuchsia #D55ABC

Color information

#D55ABC (or 0xD55ABC) is unknown color: approx Fuchsia. HEX triplet: D5, 5A and BC. RGB value is (213,90,188). Sum of RGB (Red+Green+Blue) = 213+90+188=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ABC is #2AA543. Grayscale: #898989. Windows color (decimal): -2794820 or 12344021. OLE color: 12344021.

HSL color Cylindrical-coordinate representation of color #D55ABC: hue angle of 312.2º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55ABC is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB21390188-
CMYK00.580.120.16
HSL312.2º59.42%59.41%-
HSV(B)312.2º57.75%83.53%-
XYZ40.1725.0950.3-
YUV137.95156.25181.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 90 (35.55% from 255) = 18.33%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=43.38%
G=18.33%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139018800.580.120.16312.259.4259.41
HexD55ABC03AC101383b3b
Octal32513227407214204707373
Binary110101011011010101111000111010110010000100111000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55ABC; }

 p { color: rgb(213,90,188); }

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

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

 a { background-color: rgb(213,90,188); }

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

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

 span { border-color: rgb(213,90,188); }

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