#D655C0

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

Shades of Fuchsia #D655C0

Tints of Fuchsia #D655C0

Color information

#D655C0 (or 0xD655C0) is unknown color: approx Fuchsia. HEX triplet: D6, 55 and C0. RGB value is (214,85,192). Sum of RGB (Red+Green+Blue) = 214+85+192=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D655C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655C0 is #29AA3F. Grayscale: #878787. Windows color (decimal): -2730560 or 12604886. OLE color: 12604886.

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

Color convert

RGB21485192-
CMYK00.600.100.16
HSL310.23º61.14%58.63%-
HSV(B)310.23º60.28%83.92%-
XYZ40.4924.652.48-
YUV135.77159.74183.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 85 (33.59% from 255) = 17.31%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=43.58%
G=17.31%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148519200.600.100.16310.2361.1458.63
HexD655C003CA101363d3b
Octal32612530007412204667573
Binary110101101010101110000000111100101010000100110110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D655C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D655C0; }

 p { color: rgb(214,85,192); }

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

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

 a { background-color: rgb(214,85,192); }

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

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

 span { border-color: rgb(214,85,192); }

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