#D74ABF

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

Shades of Fuchsia #D74ABF

Tints of Fuchsia #D74ABF

Color information

#D74ABF (or 0xD74ABF) is unknown color: approx Fuchsia. HEX triplet: D7, 4A and BF. RGB value is (215,74,191). Sum of RGB (Red+Green+Blue) = 215+74+191=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ABF is #28B540. Grayscale: #818181. Windows color (decimal): -2667841 or 12536535. OLE color: 12536535.

HSL color Cylindrical-coordinate representation of color #D74ABF: hue angle of 310.21º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74ABF is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB21574191-
CMYK00.660.110.16
HSL310.21º63.8%56.67%-
HSV(B)310.21º65.58%84.31%-
XYZ39.8823.1151.65-
YUV129.5162.71188.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.79%
GREEN value IS 74 (29.30% from 255) = 15.42%
BLUE value IS 191 (75% from 255) = 39.79%
R=44.79%
G=15.42%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157419100.660.110.16310.2163.856.67
HexD74ABF042B101364039
Octal3271122770102132046610071
Binary11010111100101010111111010000101011100001001101101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74ABF; }

 p { color: rgb(215,74,191); }

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

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

 a { background-color: rgb(215,74,191); }

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

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

 span { border-color: rgb(215,74,191); }

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