#D445BB

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

Shades of Fuchsia #D445BB

Tints of Fuchsia #D445BB

Color information

#D445BB (or 0xD445BB) is unknown color: approx Fuchsia. HEX triplet: D4, 45 and BB. RGB value is (212,69,187). Sum of RGB (Red+Green+Blue) = 212+69+187=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D445BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D445BB is #2BBA44. Grayscale: #7C7C7C. Windows color (decimal): -2865733 or 12273108. OLE color: 12273108.

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

Color convert

RGB21269187-
CMYK00.670.120.17
HSL310.49º62.45%55.1%-
HSV(B)310.49º67.45%83.14%-
XYZ38.2521.8449.21-
YUV125.21162.88189.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.30%
GREEN value IS 69 (27.34% from 255) = 14.74%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=45.30%
G=14.74%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126918700.670.120.17310.4962.4555.1
HexD445BB043C111363e37
Octal324105273010314214667667
Binary1101010010001011011101101000011110010001100110110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D445BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D445BB; }

 p { color: rgb(212,69,187); }

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

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

 a { background-color: rgb(212,69,187); }

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

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

 span { border-color: rgb(212,69,187); }

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