#D25DB5

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

Shades of Fuchsia #D25DB5

Tints of Fuchsia #D25DB5

Color information

#D25DB5 (or 0xD25DB5) is unknown color: approx Fuchsia. HEX triplet: D2, 5D and B5. RGB value is (210,93,181). Sum of RGB (Red+Green+Blue) = 210+93+181=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DB5 is #2DA24A. Grayscale: #898989. Windows color (decimal): -2990667 or 11886034. OLE color: 11886034.

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

Color convert

RGB21093181-
CMYK00.560.140.18
HSL314.87º56.52%59.41%-
HSV(B)314.87º55.71%82.35%-
XYZ38.8324.8746.47-
YUV138.01152.26179.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.39%
GREEN value IS 93 (36.72% from 255) = 19.21%
BLUE value IS 181 (71.09% from 255) = 37.40%
R=43.39%
G=19.21%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109318100.560.140.18314.8756.5259.41
HexD25DB5038E1213b393b
Octal32213526507016224737173
Binary110100101011101101101010111000111010010100111011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DB5; }

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

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

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

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

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

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

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

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