#D550C2

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

Shades of Fuchsia #D550C2

Tints of Fuchsia #D550C2

Color information

#D550C2 (or 0xD550C2) is unknown color: approx Fuchsia. HEX triplet: D5, 50 and C2. RGB value is (213,80,194). Sum of RGB (Red+Green+Blue) = 213+80+194=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D550C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550C2 is #2AAF3D. Grayscale: #848484. Windows color (decimal): -2797374 or 12734677. OLE color: 12734677.

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

Color convert

RGB21380194-
CMYK00.620.090.16
HSL308.57º61.29%57.45%-
HSV(B)308.57º62.44%83.53%-
XYZ40.0523.7853.52-
YUV132.76162.56185.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 80 (31.64% from 255) = 16.43%
BLUE value IS 194 (76.17% from 255) = 39.84%
R=43.74%
G=16.43%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138019400.620.090.16308.5761.2957.45
HexD550C203E9101353d39
Octal32512030207611204657571
Binary110101011010000110000100111110100110000100110101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D550C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D550C2; }

 p { color: rgb(213,80,194); }

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

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

 a { background-color: rgb(213,80,194); }

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

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

 span { border-color: rgb(213,80,194); }

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