#D445CA

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

Shades of Fuchsia #D445CA

Tints of Fuchsia #D445CA

Color information

#D445CA (or 0xD445CA) is unknown color: approx Fuchsia. HEX triplet: D4, 45 and CA. RGB value is (212,69,202). Sum of RGB (Red+Green+Blue) = 212+69+202=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D445CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D445CA is #2BBA35. Grayscale: #7E7E7E. Windows color (decimal): -2865718 or 13256148. OLE color: 13256148.

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

Color convert

RGB21269202-
CMYK00.670.050.17
HSL304.2º62.45%55.1%-
HSV(B)304.2º67.45%83.14%-
XYZ39.9422.5258.12-
YUV126.92170.38188.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.89%
GREEN value IS 69 (27.34% from 255) = 14.29%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=43.89%
G=14.29%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126920200.670.050.17304.262.4555.1
HexD445CA0435111303e37
Octal32410531201035214607667
Binary110101001000101110010100100001110110001100110000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D445CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D445CA; }

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

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

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

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

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

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

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

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