#D25ABE

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

Shades of Fuchsia #D25ABE

Tints of Fuchsia #D25ABE

Color information

#D25ABE (or 0xD25ABE) is unknown color: approx Fuchsia. HEX triplet: D2, 5A and BE. RGB value is (210,90,190). Sum of RGB (Red+Green+Blue) = 210+90+190=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ABE is #2DA541. Grayscale: #898989. Windows color (decimal): -2991426 or 12475090. OLE color: 12475090.

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

Color convert

RGB21090190-
CMYK00.570.100.18
HSL310º57.14%58.82%-
HSV(B)310º57.14%82.35%-
XYZ39.5324.7351.41-
YUV137.28157.76179.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.86%
GREEN value IS 90 (35.55% from 255) = 18.37%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=42.86%
G=18.37%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109019000.570.100.1831057.1458.82
HexD25ABE039A12136393b
Octal32213227607112224667173
Binary110100101011010101111100111001101010010100110110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25ABE; }

 p { color: rgb(210,90,190); }

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

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

 a { background-color: rgb(210,90,190); }

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

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

 span { border-color: rgb(210,90,190); }

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