#D148BA

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

Shades of Fuchsia #D148BA

Tints of Fuchsia #D148BA

Color information

#D148BA (or 0xD148BA) is unknown color: approx Fuchsia. HEX triplet: D1, 48 and BA. RGB value is (209,72,186). Sum of RGB (Red+Green+Blue) = 209+72+186=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D148BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148BA is #2EB745. Grayscale: #7D7D7D. Windows color (decimal): -3061574 or 12208337. OLE color: 12208337.

HSL color Cylindrical-coordinate representation of color #D148BA: hue angle of 310.07º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D148BA is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB20972186-
CMYK00.660.110.18
HSL310.07º59.83%55.1%-
HSV(B)310.07º65.55%81.96%-
XYZ37.4721.7448.67-
YUV125.96161.89187.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 72 (28.52% from 255) = 15.42%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=44.75%
G=15.42%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097218600.660.110.18310.0759.8355.1
HexD148BA042B121363c37
Octal321110272010213224667467
Binary1101000110010001011101001000010101110010100110110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D148BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D148BA; }

 p { color: rgb(209,72,186); }

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

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

 a { background-color: rgb(209,72,186); }

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

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

 span { border-color: rgb(209,72,186); }

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