#D25FB4

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

Shades of Fuchsia #D25FB4

Tints of Fuchsia #D25FB4

Color information

#D25FB4 (or 0xD25FB4) is unknown color: approx Fuchsia. HEX triplet: D2, 5F and B4. RGB value is (210,95,180). Sum of RGB (Red+Green+Blue) = 210+95+180=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FB4 is #2DA04B. Grayscale: #8A8A8A. Windows color (decimal): -2990156 or 11821010. OLE color: 11821010.

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

Color convert

RGB21095180-
CMYK00.550.140.18
HSL315.65º56.1%59.8%-
HSV(B)315.65º54.76%82.35%-
XYZ38.9125.1845.99-
YUV139.07151.1178.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.30%
GREEN value IS 95 (37.5% from 255) = 19.59%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=43.30%
G=19.59%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109518000.550.140.18315.6556.159.8
HexD25FB4037E1213c383c
Octal32213726406716224747074
Binary110100101011111101101000110111111010010100111100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25FB4; }

 p { color: rgb(210,95,180); }

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

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

 a { background-color: rgb(210,95,180); }

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

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

 span { border-color: rgb(210,95,180); }

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