#D555C1

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

Shades of Fuchsia #D555C1

Tints of Fuchsia #D555C1

Color information

#D555C1 (or 0xD555C1) is unknown color: approx Fuchsia. HEX triplet: D5, 55 and C1. RGB value is (213,85,193). Sum of RGB (Red+Green+Blue) = 213+85+193=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D555C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555C1 is #2AAA3E. Grayscale: #878787. Windows color (decimal): -2796095 or 12670421. OLE color: 12670421.

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

Color convert

RGB21385193-
CMYK00.600.090.16
HSL309.38º60.38%58.43%-
HSV(B)309.38º60.09%83.53%-
XYZ40.3124.4953.05-
YUV135.58160.41183.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 85 (33.59% from 255) = 17.31%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=43.38%
G=17.31%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138519300.600.090.16309.3860.3858.43
HexD555C103C9101353c3a
Octal32512530107411204657472
Binary110101011010101110000010111100100110000100110101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D555C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D555C1; }

 p { color: rgb(213,85,193); }

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

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

 a { background-color: rgb(213,85,193); }

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

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

 span { border-color: rgb(213,85,193); }

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