#D85CB1

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

Shades of Fuchsia #D85CB1

Tints of Fuchsia #D85CB1

Color information

#D85CB1 (or 0xD85CB1) is unknown color: approx Fuchsia. HEX triplet: D8, 5C and B1. RGB value is (216,92,177). Sum of RGB (Red+Green+Blue) = 216+92+177=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85CB1 is #27A34E. Grayscale: #8A8A8A. Windows color (decimal): -2597711 or 11623640. OLE color: 11623640.

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

Color convert

RGB21692177-
CMYK00.570.180.15
HSL318.87º61.39%60.39%-
HSV(B)318.87º57.41%84.71%-
XYZ40.0825.4344.39-
YUV138.77149.58183.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 92 (36.33% from 255) = 18.97%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=44.54%
G=18.97%
B=36.49%

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
Decimal2169217700.570.180.15318.8761.3960.39
HexD85CB103912F13f3d3c
Octal33013426107122174777574
Binary110110001011100101100010111001100101111100111111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85CB1; }

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

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

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

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

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

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

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

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