#D555C4

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

Shades of Fuchsia #D555C4

Tints of Fuchsia #D555C4

Color information

#D555C4 (or 0xD555C4) is unknown color: approx Fuchsia. HEX triplet: D5, 55 and C4. RGB value is (213,85,196). Sum of RGB (Red+Green+Blue) = 213+85+196=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D555C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555C4 is #2AAA3B. Grayscale: #878787. Windows color (decimal): -2796092 or 12867029. OLE color: 12867029.

HSL color Cylindrical-coordinate representation of color #D555C4: hue angle of 307.97º 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 #D555C4 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB21385196-
CMYK00.600.080.16
HSL307.97º60.38%58.43%-
HSV(B)307.97º60.09%83.53%-
XYZ40.6524.6354.84-
YUV135.93161.91182.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 85 (33.59% from 255) = 17.21%
BLUE value IS 196 (76.95% from 255) = 39.68%
R=43.12%
G=17.21%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138519600.600.080.16307.9760.3858.43
HexD555C403C8101343c3a
Octal32512530407410204647472
Binary110101011010101110001000111100100010000100110100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D555C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D555C4; }

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

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

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

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

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

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

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

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