#D445CF

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

Shades of Fuchsia #D445CF

Tints of Fuchsia #D445CF

Color information

#D445CF (or 0xD445CF) is unknown color: approx Fuchsia. HEX triplet: D4, 45 and CF. RGB value is (212,69,207). Sum of RGB (Red+Green+Blue) = 212+69+207=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D445CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D445CF is #2BBA30. Grayscale: #7F7F7F. Windows color (decimal): -2865713 or 13583828. OLE color: 13583828.

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

Color convert

RGB21269207-
CMYK00.670.020.17
HSL302.1º62.45%55.1%-
HSV(B)302.1º67.45%83.14%-
XYZ40.5422.7661.29-
YUV127.49172.88188.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 69 (27.34% from 255) = 14.14%
BLUE value IS 207 (81.25% from 255) = 42.42%
R=43.44%
G=14.14%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126920700.670.020.17302.162.4555.1
HexD445CF04321112e3e37
Octal32410531701032214567667
Binary11010100100010111001111010000111010001100101110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D445CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D445CF; }

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

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

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

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

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

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

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

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