#D25DB4

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

Shades of Fuchsia #D25DB4

Tints of Fuchsia #D25DB4

Color information

#D25DB4 (or 0xD25DB4) is unknown color: approx Fuchsia. HEX triplet: D2, 5D and B4. RGB value is (210,93,180). Sum of RGB (Red+Green+Blue) = 210+93+180=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DB4 is #2DA24B. Grayscale: #898989. Windows color (decimal): -2990668 or 11820498. OLE color: 11820498.

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

Color convert

RGB21093180-
CMYK00.560.140.18
HSL315.38º56.52%59.41%-
HSV(B)315.38º55.71%82.35%-
XYZ38.7324.8345.93-
YUV137.9151.76179.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 93 (36.72% from 255) = 19.25%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=43.48%
G=19.25%
B=37.27%

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
Decimal2109318000.560.140.18315.3856.5259.41
HexD25DB4038E1213b393b
Octal32213526407016224737173
Binary110100101011101101101000111000111010010100111011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DB4; }

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

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

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

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

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

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

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

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