#D45CB0

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

Shades of Fuchsia #D45CB0

Tints of Fuchsia #D45CB0

Color information

#D45CB0 (or 0xD45CB0) is unknown color: approx Fuchsia. HEX triplet: D4, 5C and B0. RGB value is (212,92,176). Sum of RGB (Red+Green+Blue) = 212+92+176=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D45CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45CB0 is #2BA34F. Grayscale: #898989. Windows color (decimal): -2859856 or 11558100. OLE color: 11558100.

HSL color Cylindrical-coordinate representation of color #D45CB0: hue angle of 318º 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 #D45CB0 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB21292176-
CMYK00.570.170.17
HSL318º58.25%59.61%-
HSV(B)318º56.6%83.14%-
XYZ38.8124.7943.81-
YUV137.46149.76181.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 92 (36.33% from 255) = 19.17%
BLUE value IS 176 (69.14% from 255) = 36.67%
R=44.17%
G=19.17%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129217600.570.170.1731858.2559.61
HexD45CB0039111113e3a3c
Octal32413426007121214767274
Binary1101010010111001011000001110011000110001100111110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45CB0; }

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

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

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

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

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

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

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

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