#D752B0

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

Shades of Fuchsia #D752B0

Tints of Fuchsia #D752B0

Color information

#D752B0 (or 0xD752B0) is unknown color: approx Fuchsia. HEX triplet: D7, 52 and B0. RGB value is (215,82,176). Sum of RGB (Red+Green+Blue) = 215+82+176=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D752B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D752B0 is #28AD4F. Grayscale: #848484. Windows color (decimal): -2665808 or 11555543. OLE color: 11555543.

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

Color convert

RGB21582176-
CMYK00.620.180.16
HSL317.59º62.44%58.24%-
HSV(B)317.59º61.86%84.31%-
XYZ38.8823.6243.58-
YUV132.48152.56186.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.45%
GREEN value IS 82 (32.42% from 255) = 17.34%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=45.45%
G=17.34%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158217600.620.180.16317.5962.4458.24
HexD752B003E121013e3e3a
Octal32712226007622204767672
Binary1101011110100101011000001111101001010000100111110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D752B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D752B0; }

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

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

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

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

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

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

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

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