#D961B8

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

Shades of Fuchsia #D961B8

Tints of Fuchsia #D961B8

Color information

#D961B8 (or 0xD961B8) is unknown color: approx Fuchsia. HEX triplet: D9, 61 and B8. RGB value is (217,97,184). Sum of RGB (Red+Green+Blue) = 217+97+184=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D961B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961B8 is #269E47. Grayscale: #8E8E8E. Windows color (decimal): -2530888 or 12083673. OLE color: 12083673.

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

Color convert

RGB21797184-
CMYK00.550.150.15
HSL316.5º61.22%61.57%-
HSV(B)316.5º55.3%85.1%-
XYZ41.5426.7648.32-
YUV142.8151.26180.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 97 (38.28% from 255) = 19.48%
BLUE value IS 184 (72.27% from 255) = 36.95%
R=43.57%
G=19.48%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179718400.550.150.15316.561.2261.57
HexD961B8037FF13c3d3e
Octal33114127006717174747576
Binary11011001110000110111000011011111111111100111100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961B8; }

 p { color: rgb(217,97,184); }

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

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

 a { background-color: rgb(217,97,184); }

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

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

 span { border-color: rgb(217,97,184); }

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