#D25DBE

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

Shades of Fuchsia #D25DBE

Tints of Fuchsia #D25DBE

Color information

#D25DBE (or 0xD25DBE) is unknown color: approx Fuchsia. HEX triplet: D2, 5D and BE. RGB value is (210,93,190). Sum of RGB (Red+Green+Blue) = 210+93+190=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DBE is #2DA241. Grayscale: #8A8A8A. Windows color (decimal): -2990658 or 12475858. OLE color: 12475858.

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

Color convert

RGB21093190-
CMYK00.560.100.18
HSL310.26º56.52%59.41%-
HSV(B)310.26º55.71%82.35%-
XYZ39.7925.2551.49-
YUV139.04156.76178.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 93 (36.72% from 255) = 18.86%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=42.60%
G=18.86%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109319000.560.100.18310.2656.5259.41
HexD25DBE038A12136393b
Octal32213527607012224667173
Binary110100101011101101111100111000101010010100110110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25DBE; }

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

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

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

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

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

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

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

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