#D732C8

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

Shades of Fuchsia #D732C8

Tints of Fuchsia #D732C8

Color information

#D732C8 (or 0xD732C8) is unknown color: approx Fuchsia. HEX triplet: D7, 32 and C8. RGB value is (215,50,200). Sum of RGB (Red+Green+Blue) = 215+50+200=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D732C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D732C8 is #28CD37. Grayscale: #747474. Windows color (decimal): -2673976 or 13120215. OLE color: 13120215.

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

Color convert

RGB21550200-
CMYK00.770.070.16
HSL305.45º67.35%51.96%-
HSV(B)305.45º76.74%84.31%-
XYZ39.5920.956.59-
YUV116.43175.16198.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.24%
GREEN value IS 50 (19.92% from 255) = 10.75%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=46.24%
G=10.75%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155020000.770.070.16305.4567.3551.96
HexD732C804D7101314334
Octal32762310011572046110364
Binary110101111100101100100001001101111100001001100011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D732C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D732C8; }

 p { color: rgb(215,50,200); }

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

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

 a { background-color: rgb(215,50,200); }

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

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

 span { border-color: rgb(215,50,200); }

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