#D04BBA

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

Shades of Fuchsia #D04BBA

Tints of Fuchsia #D04BBA

Color information

#D04BBA (or 0xD04BBA) is unknown color: approx Fuchsia. HEX triplet: D0, 4B and BA. RGB value is (208,75,186). Sum of RGB (Red+Green+Blue) = 208+75+186=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BBA is #2FB445. Grayscale: #7F7F7F. Windows color (decimal): -3126342 or 12209104. OLE color: 12209104.

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

Color convert

RGB20875186-
CMYK00.640.110.18
HSL309.92º58.59%55.49%-
HSV(B)309.92º63.94%81.57%-
XYZ37.3921.9948.73-
YUV127.42161.06185.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 75 (29.69% from 255) = 15.99%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=44.35%
G=15.99%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087518600.640.110.18309.9258.5955.49
HexD04BBA040B121363b37
Octal320113272010013224667367
Binary1101000010010111011101001000000101110010100110110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04BBA; }

 p { color: rgb(208,75,186); }

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

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

 a { background-color: rgb(208,75,186); }

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

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

 span { border-color: rgb(208,75,186); }

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