#D25ACB

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

Shades of Fuchsia #D25ACB

Tints of Fuchsia #D25ACB

Color information

#D25ACB (or 0xD25ACB) is unknown color: approx Fuchsia. HEX triplet: D2, 5A and CB. RGB value is (210,90,203). Sum of RGB (Red+Green+Blue) = 210+90+203=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ACB is #2DA534. Grayscale: #8A8A8A. Windows color (decimal): -2991413 or 13327058. OLE color: 13327058.

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

Color convert

RGB21090203-
CMYK00.570.030.18
HSL303.5º57.14%58.82%-
HSV(B)303.5º57.14%82.35%-
XYZ41.0125.3359.23-
YUV138.76164.26178.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 90 (35.55% from 255) = 17.89%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=41.75%
G=17.89%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109020300.570.030.18303.557.1458.82
HexD25ACB039312130393b
Octal3221323130713224607173
Binary1101001010110101100101101110011110010100110000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25ACB; }

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

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

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

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

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

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

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

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