#d552c7

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

Shades of Fuchsia #D552C7

Tints of Fuchsia #D552C7

Color information

#D552C7 (or 0xD552C7) is unknown color: approx Fuchsia. HEX triplet: D5, 52 and C7. RGB value is (213,82,199). Sum of RGB (Red+Green+Blue) = 213+82+199=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D552C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552C7 is #2AAD38. Grayscale: #868686. Windows color (decimal): -2796857 or 13062869. OLE color: 13062869.

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

Color convert

RGB21382199-
CMYK00.620.070.16
HSL306.41º60.93%57.84%-
HSV(B)306.41º61.5%83.53%-
XYZ40.7724.356.58-
YUV134.51164.4183.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 82 (32.42% from 255) = 16.60%
BLUE value IS 199 (78.12% from 255) = 40.28%
R=43.12%
G=16.60%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138219900.620.070.16306.4160.9357.84
HexD552C703E7101323d3a
Octal3251223070767204627572
Binary11010101101001011000111011111011110000100110010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d552c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d552c7; }

 p { color: rgb(213,82,199); }

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

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

 a { background-color: rgb(213,82,199); }

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

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

 span { border-color: rgb(213,82,199); }

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