#D45CB4

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

Shades of Fuchsia #D45CB4

Tints of Fuchsia #D45CB4

Color information

#D45CB4 (or 0xD45CB4) is unknown color: approx Fuchsia. HEX triplet: D4, 5C and B4. RGB value is (212,92,180). Sum of RGB (Red+Green+Blue) = 212+92+180=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D45CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45CB4 is #2BA34B. Grayscale: #898989. Windows color (decimal): -2859852 or 11820244. OLE color: 11820244.

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

Color convert

RGB21292180-
CMYK00.570.150.17
HSL316º58.25%59.61%-
HSV(B)316º56.6%83.14%-
XYZ39.2224.9545.93-
YUV137.91151.76180.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 92 (36.33% from 255) = 19.01%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=43.80%
G=19.01%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129218000.570.150.1731658.2559.61
HexD45CB4039F1113c3a3c
Octal32413426407117214747274
Binary110101001011100101101000111001111110001100111100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45CB4; }

 p { color: rgb(212,92,180); }

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

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

 a { background-color: rgb(212,92,180); }

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

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

 span { border-color: rgb(212,92,180); }

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