#D445CB

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

Shades of Fuchsia #D445CB

Tints of Fuchsia #D445CB

Color information

#D445CB (or 0xD445CB) is unknown color: approx Fuchsia. HEX triplet: D4, 45 and CB. RGB value is (212,69,203). Sum of RGB (Red+Green+Blue) = 212+69+203=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D445CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D445CB is #2BBA34. Grayscale: #7E7E7E. Windows color (decimal): -2865717 or 13321684. OLE color: 13321684.

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

Color convert

RGB21269203-
CMYK00.670.040.17
HSL303.78º62.45%55.1%-
HSV(B)303.78º67.45%83.14%-
XYZ40.0622.5758.74-
YUV127.03170.88188.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 69 (27.34% from 255) = 14.26%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=43.80%
G=14.26%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126920300.670.040.17303.7862.4555.1
HexD445CB0434111303e37
Octal32410531301034214607667
Binary110101001000101110010110100001110010001100110000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D445CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D445CB; }

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

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

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

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

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

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

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

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