#D752AF

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

Shades of Fuchsia #D752AF

Tints of Fuchsia #D752AF

Color information

#D752AF (or 0xD752AF) is unknown color: approx Fuchsia. HEX triplet: D7, 52 and AF. RGB value is (215,82,175). Sum of RGB (Red+Green+Blue) = 215+82+175=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D752AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D752AF is #28AD50. Grayscale: #848484. Windows color (decimal): -2665809 or 11490007. OLE color: 11490007.

HSL color Cylindrical-coordinate representation of color #D752AF: hue angle of 318.05º degrees, saturation: 0.62, 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 #D752AF is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB21582175-
CMYK00.620.190.16
HSL318.05º62.44%58.24%-
HSV(B)318.05º61.86%84.31%-
XYZ38.7823.5843.06-
YUV132.37152.06186.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.55%
GREEN value IS 82 (32.42% from 255) = 17.37%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=45.55%
G=17.37%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158217500.620.190.16318.0562.4458.24
HexD752AF03E131013e3e3a
Octal32712225707623204767672
Binary1101011110100101010111101111101001110000100111110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D752AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D752AF; }

 p { color: rgb(215,82,175); }

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

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

 a { background-color: rgb(215,82,175); }

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

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

 span { border-color: rgb(215,82,175); }

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