#D25EBC

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

Shades of Fuchsia #D25EBC

Tints of Fuchsia #D25EBC

Color information

#D25EBC (or 0xD25EBC) is unknown color: approx Fuchsia. HEX triplet: D2, 5E and BC. RGB value is (210,94,188). Sum of RGB (Red+Green+Blue) = 210+94+188=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EBC is #2DA143. Grayscale: #8B8B8B. Windows color (decimal): -2990404 or 12345042. OLE color: 12345042.

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

Color convert

RGB21094188-
CMYK00.550.100.18
HSL311.38º56.31%59.61%-
HSV(B)311.38º55.24%82.35%-
XYZ39.6625.3450.38-
YUV139.4155.43178.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 94 (37.11% from 255) = 19.11%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=42.68%
G=19.11%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109418800.550.100.18311.3856.3159.61
HexD25EBC037A12137383c
Octal32213627406712224677074
Binary110100101011110101111000110111101010010100110111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25EBC; }

 p { color: rgb(210,94,188); }

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

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

 a { background-color: rgb(210,94,188); }

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

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

 span { border-color: rgb(210,94,188); }

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