#D24EB0

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

Shades of Fuchsia #D24EB0

Tints of Fuchsia #D24EB0

Color information

#D24EB0 (or 0xD24EB0) is unknown color: approx Fuchsia. HEX triplet: D2, 4E and B0. RGB value is (210,78,176). Sum of RGB (Red+Green+Blue) = 210+78+176=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24EB0 is #2DB14F. Grayscale: #808080. Windows color (decimal): -2994512 or 11554514. OLE color: 11554514.

HSL color Cylindrical-coordinate representation of color #D24EB0: hue angle of 315.45º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24EB0 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB21078176-
CMYK00.630.160.18
HSL315.45º59.46%56.47%-
HSV(B)315.45º62.86%82.35%-
XYZ37.1422.2943.42-
YUV128.64154.73186.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 78 (30.86% from 255) = 16.81%
BLUE value IS 176 (69.14% from 255) = 37.93%
R=45.26%
G=16.81%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107817600.630.160.18315.4559.4656.47
HexD24EB003F101213b3b38
Octal32211626007720224737370
Binary1101001010011101011000001111111000010010100111011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24EB0; }

 p { color: rgb(210,78,176); }

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

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

 a { background-color: rgb(210,78,176); }

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

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

 span { border-color: rgb(210,78,176); }

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