#D55CC1

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

Shades of Fuchsia #D55CC1

Tints of Fuchsia #D55CC1

Color information

#D55CC1 (or 0xD55CC1) is unknown color: approx Fuchsia. HEX triplet: D5, 5C and C1. RGB value is (213,92,193). Sum of RGB (Red+Green+Blue) = 213+92+193=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CC1 is #2AA33E. Grayscale: #8B8B8B. Windows color (decimal): -2794303 or 12672213. OLE color: 12672213.

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

Color convert

RGB21392193-
CMYK00.570.090.16
HSL309.92º59.02%59.8%-
HSV(B)309.92º56.81%83.53%-
XYZ40.8925.6553.25-
YUV139.69158.09180.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 92 (36.33% from 255) = 18.47%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=42.77%
G=18.47%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139219300.570.090.16309.9259.0259.8
HexD55CC10399101363b3c
Octal32513430107111204667374
Binary110101011011100110000010111001100110000100110110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55CC1; }

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

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

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

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

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

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

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

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