#D14CAD

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

Shades of Fuchsia #D14CAD

Tints of Fuchsia #D14CAD

Color information

#D14CAD (or 0xD14CAD) is unknown color: approx Fuchsia. HEX triplet: D1, 4C and AD. RGB value is (209,76,173). Sum of RGB (Red+Green+Blue) = 209+76+173=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14CAD is #2EB352. Grayscale: #7E7E7E. Windows color (decimal): -3060563 or 11357393. OLE color: 11357393.

HSL color Cylindrical-coordinate representation of color #D14CAD: hue angle of 316.24º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14CAD is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB20976173-
CMYK00.640.170.18
HSL316.24º59.11%55.88%-
HSV(B)316.24º63.64%81.96%-
XYZ36.4221.7441.81-
YUV126.82154.06186.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 76 (30.08% from 255) = 16.59%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=45.63%
G=16.59%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097617300.640.170.18316.2459.1155.88
HexD14CAD040111213c3b38
Octal321114255010021224747370
Binary11010001100110010101101010000001000110010100111100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14CAD; }

 p { color: rgb(209,76,173); }

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

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

 a { background-color: rgb(209,76,173); }

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

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

 span { border-color: rgb(209,76,173); }

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