#D85EBD

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

Shades of Fuchsia #D85EBD

Tints of Fuchsia #D85EBD

Color information

#D85EBD (or 0xD85EBD) is unknown color: approx Fuchsia. HEX triplet: D8, 5E and BD. RGB value is (216,94,189). Sum of RGB (Red+Green+Blue) = 216+94+189=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D85EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EBD is #27A142. Grayscale: #8D8D8D. Windows color (decimal): -2597187 or 12410584. OLE color: 12410584.

HSL color Cylindrical-coordinate representation of color #D85EBD: hue angle of 313.28º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85EBD is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB21694189-
CMYK00.560.120.15
HSL313.28º61%60.78%-
HSV(B)313.28º56.48%84.71%-
XYZ41.5126.2851.03-
YUV141.31154.92181.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.29%
GREEN value IS 94 (37.11% from 255) = 18.84%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=43.29%
G=18.84%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169418900.560.120.15313.286160.78
HexD85EBD038CF1393d3d
Octal33013627507014174717575
Binary11011000101111010111101011100011001111100111001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85EBD; }

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

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

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

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

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

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

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

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