#D853B4

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

Shades of Fuchsia #D853B4

Tints of Fuchsia #D853B4

Color information

#D853B4 (or 0xD853B4) is unknown color: approx Fuchsia. HEX triplet: D8, 53 and B4. RGB value is (216,83,180). Sum of RGB (Red+Green+Blue) = 216+83+180=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D853B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853B4 is #27AC4B. Grayscale: #858585. Windows color (decimal): -2600012 or 11817944. OLE color: 11817944.

HSL color Cylindrical-coordinate representation of color #D853B4: hue angle of 316.24º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D853B4 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB21683180-
CMYK00.620.170.15
HSL316.24º63.03%58.63%-
HSV(B)316.24º61.57%84.71%-
XYZ39.6524.0845.74-
YUV133.83154.06186.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 83 (32.81% from 255) = 17.33%
BLUE value IS 180 (70.70% from 255) = 37.58%
R=45.09%
G=17.33%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168318000.620.170.15316.2463.0358.63
HexD853B403E11F13c3f3b
Octal33012326407621174747773
Binary110110001010011101101000111110100011111100111100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D853B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D853B4; }

 p { color: rgb(216,83,180); }

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

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

 a { background-color: rgb(216,83,180); }

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

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

 span { border-color: rgb(216,83,180); }

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