#D940BB

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

Shades of Fuchsia #D940BB

Tints of Fuchsia #D940BB

Color information

#D940BB (or 0xD940BB) is unknown color: approx Fuchsia. HEX triplet: D9, 40 and BB. RGB value is (217,64,187). Sum of RGB (Red+Green+Blue) = 217+64+187=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D940BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D940BB is #26BF44. Grayscale: #7B7B7B. Windows color (decimal): -2539333 or 12271833. OLE color: 12271833.

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

Color convert

RGB21764187-
CMYK00.710.140.15
HSL311.76º66.81%55.1%-
HSV(B)311.76º70.51%85.1%-
XYZ39.4222.0149.18-
YUV123.77163.69194.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 64 (25.39% from 255) = 13.68%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=46.37%
G=13.68%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176418700.710.140.15311.7666.8155.1
HexD940BB047EF1384337
Octal3311002730107161747010367
Binary1101100110000001011101101000111111011111001110001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D940BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D940BB; }

 p { color: rgb(217,64,187); }

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

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

 a { background-color: rgb(217,64,187); }

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

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

 span { border-color: rgb(217,64,187); }

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