#D442B9

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

Shades of Fuchsia #D442B9

Tints of Fuchsia #D442B9

Color information

#D442B9 (or 0xD442B9) is unknown color: approx Fuchsia. HEX triplet: D4, 42 and B9. RGB value is (212,66,185). Sum of RGB (Red+Green+Blue) = 212+66+185=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D442B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442B9 is #2BBD46. Grayscale: #7A7A7A. Windows color (decimal): -2866503 or 12141268. OLE color: 12141268.

HSL color Cylindrical-coordinate representation of color #D442B9: hue angle of 311.1º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D442B9 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB21266185-
CMYK00.690.130.17
HSL311.1º62.93%54.51%-
HSV(B)311.1º68.87%83.14%-
XYZ37.8621.448.03-
YUV123.22162.87191.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.79%
GREEN value IS 66 (26.17% from 255) = 14.25%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=45.79%
G=14.25%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126618500.690.130.17311.162.9354.51
HexD442B9045D111373f37
Octal324102271010515214677767
Binary1101010010000101011100101000101110110001100110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D442B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D442B9; }

 p { color: rgb(212,66,185); }

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

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

 a { background-color: rgb(212,66,185); }

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

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

 span { border-color: rgb(212,66,185); }

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