#D55CC4

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

Shades of Fuchsia #D55CC4

Tints of Fuchsia #D55CC4

Color information

#D55CC4 (or 0xD55CC4) is unknown color: approx Fuchsia. HEX triplet: D5, 5C and C4. RGB value is (213,92,196). Sum of RGB (Red+Green+Blue) = 213+92+196=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CC4 is #2AA33B. Grayscale: #8B8B8B. Windows color (decimal): -2794300 or 12868821. OLE color: 12868821.

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

Color convert

RGB21392196-
CMYK00.570.080.16
HSL308.43º59.02%59.8%-
HSV(B)308.43º56.81%83.53%-
XYZ41.2325.7955.03-
YUV140.04159.59180.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 92 (36.33% from 255) = 18.36%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=42.51%
G=18.36%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139219600.570.080.16308.4359.0259.8
HexD55CC40398101343b3c
Octal32513430407110204647374
Binary110101011011100110001000111001100010000100110100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55CC4; }

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

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

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

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

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

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

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

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