#D442BA

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

Shades of Fuchsia #D442BA

Tints of Fuchsia #D442BA

Color information

#D442BA (or 0xD442BA) is unknown color: approx Fuchsia. HEX triplet: D4, 42 and BA. RGB value is (212,66,186). Sum of RGB (Red+Green+Blue) = 212+66+186=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D442BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442BA is #2BBD45. Grayscale: #7B7B7B. Windows color (decimal): -2866502 or 12206804. OLE color: 12206804.

HSL color Cylindrical-coordinate representation of color #D442BA: hue angle of 310.68º 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 #D442BA is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB21266186-
CMYK00.690.120.17
HSL310.68º62.93%54.51%-
HSV(B)310.68º68.87%83.14%-
XYZ37.9621.4448.59-
YUV123.33163.37191.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.69%
GREEN value IS 66 (26.17% from 255) = 14.22%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=45.69%
G=14.22%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126618600.690.120.17310.6862.9354.51
HexD442BA045C111373f37
Octal324102272010514214677767
Binary1101010010000101011101001000101110010001100110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D442BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D442BA; }

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

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

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

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

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

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

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

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