#D85CB2

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

Shades of Fuchsia #D85CB2

Tints of Fuchsia #D85CB2

Color information

#D85CB2 (or 0xD85CB2) is unknown color: approx Fuchsia. HEX triplet: D8, 5C and B2. RGB value is (216,92,178). Sum of RGB (Red+Green+Blue) = 216+92+178=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85CB2 is #27A34D. Grayscale: #8A8A8A. Windows color (decimal): -2597710 or 11689176. OLE color: 11689176.

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

Color convert

RGB21692178-
CMYK00.570.180.15
HSL318.39º61.39%60.39%-
HSV(B)318.39º57.41%84.71%-
XYZ40.1825.4744.92-
YUV138.88150.08183.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.44%
GREEN value IS 92 (36.33% from 255) = 18.93%
BLUE value IS 178 (69.92% from 255) = 36.63%
R=44.44%
G=18.93%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169217800.570.180.15318.3961.3960.39
HexD85CB203912F13e3d3c
Octal33013426207122174767574
Binary110110001011100101100100111001100101111100111110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85CB2; }

 p { color: rgb(216,92,178); }

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

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

 a { background-color: rgb(216,92,178); }

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

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

 span { border-color: rgb(216,92,178); }

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