#D553B8

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

Shades of Fuchsia #D553B8

Tints of Fuchsia #D553B8

Color information

#D553B8 (or 0xD553B8) is unknown color: approx Fuchsia. HEX triplet: D5, 53 and B8. RGB value is (213,83,184). Sum of RGB (Red+Green+Blue) = 213+83+184=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D553B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553B8 is #2AAC47. Grayscale: #858585. Windows color (decimal): -2796616 or 12080085. OLE color: 12080085.

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

Color convert

RGB21383184-
CMYK00.610.140.16
HSL313.38º60.75%58.04%-
HSV(B)313.38º61.03%83.53%-
XYZ39.1923.7947.87-
YUV133.38156.57184.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 83 (32.81% from 255) = 17.29%
BLUE value IS 184 (72.27% from 255) = 38.33%
R=44.38%
G=17.29%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138318400.610.140.16313.3860.7558.04
HexD553B803DE101393d3a
Octal32512327007516204717572
Binary110101011010011101110000111101111010000100111001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D553B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D553B8; }

 p { color: rgb(213,83,184); }

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

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

 a { background-color: rgb(213,83,184); }

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

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

 span { border-color: rgb(213,83,184); }

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