#D24FB3

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

Shades of Fuchsia #D24FB3

Tints of Fuchsia #D24FB3

Color information

#D24FB3 (or 0xD24FB3) is unknown color: approx Fuchsia. HEX triplet: D2, 4F and B3. RGB value is (210,79,179). Sum of RGB (Red+Green+Blue) = 210+79+179=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FB3 is #2DB04C. Grayscale: #818181. Windows color (decimal): -2994253 or 11751378. OLE color: 11751378.

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

Color convert

RGB21079179-
CMYK00.620.150.18
HSL314.2º59.28%56.67%-
HSV(B)314.2º62.38%82.35%-
XYZ37.5122.5545.02-
YUV129.57155.9185.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.87%
GREEN value IS 79 (31.25% from 255) = 16.88%
BLUE value IS 179 (70.31% from 255) = 38.25%
R=44.87%
G=16.88%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107917900.620.150.18314.259.2856.67
HexD24FB303EF1213a3b39
Octal32211726307617224727371
Binary110100101001111101100110111110111110010100111010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24FB3; }

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

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

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

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

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

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

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

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