#D25EBB

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

Shades of Fuchsia #D25EBB

Tints of Fuchsia #D25EBB

Color information

#D25EBB (or 0xD25EBB) is unknown color: approx Fuchsia. HEX triplet: D2, 5E and BB. RGB value is (210,94,187). Sum of RGB (Red+Green+Blue) = 210+94+187=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EBB is #2DA144. Grayscale: #8B8B8B. Windows color (decimal): -2990405 or 12279506. OLE color: 12279506.

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

Color convert

RGB21094187-
CMYK00.550.110.18
HSL311.9º56.31%59.61%-
HSV(B)311.9º55.24%82.35%-
XYZ39.5525.2949.81-
YUV139.29154.93178.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 94 (37.11% from 255) = 19.14%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=42.77%
G=19.14%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109418700.550.110.18311.956.3159.61
HexD25EBB037B12138383c
Octal32213627306713224707074
Binary110100101011110101110110110111101110010100111000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25EBB; }

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

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

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

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

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

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

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

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