#D438BA

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

Shades of Fuchsia #D438BA

Tints of Fuchsia #D438BA

Color information

#D438BA (or 0xD438BA) is unknown color: approx Fuchsia. HEX triplet: D4, 38 and BA. RGB value is (212,56,186). Sum of RGB (Red+Green+Blue) = 212+56+186=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D438BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D438BA is #2BC745. Grayscale: #757575. Windows color (decimal): -2869062 or 12204244. OLE color: 12204244.

HSL color Cylindrical-coordinate representation of color #D438BA: hue angle of 310º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D438BA is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB21256186-
CMYK00.740.120.17
HSL310º64.46%52.55%-
HSV(B)310º73.58%83.14%-
XYZ37.4320.3748.41-
YUV117.46166.68195.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.70%
GREEN value IS 56 (22.27% from 255) = 12.33%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=46.70%
G=12.33%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125618600.740.120.1731064.4652.55
HexD438BA04AC111364035
Octal324702720112142146610065
Binary1101010011100010111010010010101100100011001101101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D438BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D438BA; }

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

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

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

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

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

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

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

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