#D25EBD

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

Shades of Fuchsia #D25EBD

Tints of Fuchsia #D25EBD

Color information

#D25EBD (or 0xD25EBD) is unknown color: approx Fuchsia. HEX triplet: D2, 5E and BD. RGB value is (210,94,189). Sum of RGB (Red+Green+Blue) = 210+94+189=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EBD is #2DA142. Grayscale: #8B8B8B. Windows color (decimal): -2990403 or 12410578. OLE color: 12410578.

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

Color convert

RGB21094189-
CMYK00.550.100.18
HSL310.86º56.31%59.61%-
HSV(B)310.86º55.24%82.35%-
XYZ39.7725.3850.95-
YUV139.51155.93178.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 94 (37.11% from 255) = 19.07%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=42.60%
G=19.07%
B=38.34%

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
Decimal2109418900.550.100.18310.8656.3159.61
HexD25EBD037A12137383c
Octal32213627506712224677074
Binary110100101011110101111010110111101010010100110111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25EBD; }

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

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

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

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

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

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

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

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