#D24FB1

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

Shades of Fuchsia #D24FB1

Tints of Fuchsia #D24FB1

Color information

#D24FB1 (or 0xD24FB1) is unknown color: approx Fuchsia. HEX triplet: D2, 4F and B1. RGB value is (210,79,177). Sum of RGB (Red+Green+Blue) = 210+79+177=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24FB1 is #2DB04E. Grayscale: #818181. Windows color (decimal): -2994255 or 11620306. OLE color: 11620306.

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

Color convert

RGB21079177-
CMYK00.620.160.18
HSL315.11º59.28%56.67%-
HSV(B)315.11º62.38%82.35%-
XYZ37.3122.4743.97-
YUV129.34154.9185.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.06%
GREEN value IS 79 (31.25% from 255) = 16.95%
BLUE value IS 177 (69.53% from 255) = 37.98%
R=45.06%
G=16.95%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107917700.620.160.18315.1159.2856.67
HexD24FB103E101213b3b39
Octal32211726107620224737371
Binary1101001010011111011000101111101000010010100111011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24FB1; }

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

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

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

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

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

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

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

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