#D258C9

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

Shades of Fuchsia #D258C9

Tints of Fuchsia #D258C9

Color information

#D258C9 (or 0xD258C9) is unknown color: approx Fuchsia. HEX triplet: D2, 58 and C9. RGB value is (210,88,201). Sum of RGB (Red+Green+Blue) = 210+88+201=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D258C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258C9 is #2DA736. Grayscale: #898989. Windows color (decimal): -2991927 or 13195474. OLE color: 13195474.

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

Color convert

RGB21088201-
CMYK00.580.040.18
HSL304.43º57.55%58.43%-
HSV(B)304.43º58.1%82.35%-
XYZ40.6124.957.92-
YUV137.36163.92179.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 88 (34.77% from 255) = 17.64%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=42.08%
G=17.64%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108820100.580.040.18304.4357.5558.43
HexD258C903A4121303a3a
Octal3221303110724224607272
Binary11010010101100011001001011101010010010100110000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D258C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D258C9; }

 p { color: rgb(210,88,201); }

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

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

 a { background-color: rgb(210,88,201); }

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

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

 span { border-color: rgb(210,88,201); }

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