#D45DBB

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

Shades of Fuchsia #D45DBB

Tints of Fuchsia #D45DBB

Color information

#D45DBB (or 0xD45DBB) is unknown color: approx Fuchsia. HEX triplet: D4, 5D and BB. RGB value is (212,93,187). Sum of RGB (Red+Green+Blue) = 212+93+187=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D45DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45DBB is #2BA244. Grayscale: #8B8B8B. Windows color (decimal): -2859589 or 12279252. OLE color: 12279252.

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

Color convert

RGB21293187-
CMYK00.560.120.17
HSL312.61º58.05%59.8%-
HSV(B)312.61º56.13%83.14%-
XYZ40.0425.4149.81-
YUV139.3154.92179.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.09%
GREEN value IS 93 (36.72% from 255) = 18.90%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=43.09%
G=18.90%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129318700.560.120.17312.6158.0559.8
HexD45DBB038C111393a3c
Octal32413527307014214717274
Binary110101001011101101110110111000110010001100111001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45DBB; }

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

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

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

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

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

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

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

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