#D25DAF

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

Shades of Fuchsia #D25DAF

Tints of Fuchsia #D25DAF

Color information

#D25DAF (or 0xD25DAF) is unknown color: approx Fuchsia. HEX triplet: D2, 5D and AF. RGB value is (210,93,175). Sum of RGB (Red+Green+Blue) = 210+93+175=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25DAF is #2DA250. Grayscale: #898989. Windows color (decimal): -2990673 or 11492818. OLE color: 11492818.

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

Color convert

RGB21093175-
CMYK00.560.170.18
HSL317.95º56.52%59.41%-
HSV(B)317.95º55.71%82.35%-
XYZ38.2324.6343.3-
YUV137.33149.26179.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.93%
GREEN value IS 93 (36.72% from 255) = 19.46%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=43.93%
G=19.46%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109317500.560.170.18317.9556.5259.41
HexD25DAF038111213e393b
Octal32213525707021224767173
Binary1101001010111011010111101110001000110010100111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DAF; }

 p { color: rgb(210,93,175); }

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

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

 a { background-color: rgb(210,93,175); }

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

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

 span { border-color: rgb(210,93,175); }

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