#D24FB9

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

Shades of Fuchsia #D24FB9

Tints of Fuchsia #D24FB9

Color information

#D24FB9 (or 0xD24FB9) is unknown color: approx Fuchsia. HEX triplet: D2, 4F and B9. RGB value is (210,79,185). Sum of RGB (Red+Green+Blue) = 210+79+185=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FB9 is #2DB046. Grayscale: #818181. Windows color (decimal): -2994247 or 12144594. OLE color: 12144594.

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

Color convert

RGB21079185-
CMYK00.620.120.18
HSL311.45º59.28%56.67%-
HSV(B)311.45º62.38%82.35%-
XYZ38.1322.848.29-
YUV130.25158.9184.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.30%
GREEN value IS 79 (31.25% from 255) = 16.67%
BLUE value IS 185 (72.66% from 255) = 39.03%
R=44.30%
G=16.67%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107918500.620.120.18311.4559.2856.67
HexD24FB903EC121373b39
Octal32211727107614224677371
Binary110100101001111101110010111110110010010100110111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24FB9; }

 p { color: rgb(210,79,185); }

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

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

 a { background-color: rgb(210,79,185); }

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

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

 span { border-color: rgb(210,79,185); }

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