#D732C7

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

Shades of Fuchsia #D732C7

Tints of Fuchsia #D732C7

Color information

#D732C7 (or 0xD732C7) is unknown color: approx Fuchsia. HEX triplet: D7, 32 and C7. RGB value is (215,50,199). Sum of RGB (Red+Green+Blue) = 215+50+199=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D732C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D732C7 is #28CD38. Grayscale: #737373. Windows color (decimal): -2673977 or 13054679. OLE color: 13054679.

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

Color convert

RGB21550199-
CMYK00.770.070.16
HSL305.82º67.35%51.96%-
HSV(B)305.82º76.74%84.31%-
XYZ39.4720.8555.98-
YUV116.32174.66198.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.34%
GREEN value IS 50 (19.92% from 255) = 10.78%
BLUE value IS 199 (78.12% from 255) = 42.89%
R=46.34%
G=10.78%
B=42.89%

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
Decimal2155019900.770.070.16305.8267.3551.96
HexD732C704D7101324334
Octal32762307011572046210364
Binary110101111100101100011101001101111100001001100101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D732C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D732C7; }

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

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

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

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

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

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

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

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