#D654AF

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

Shades of Fuchsia #D654AF

Tints of Fuchsia #D654AF

Color information

#D654AF (or 0xD654AF) is unknown color: approx Fuchsia. HEX triplet: D6, 54 and AF. RGB value is (214,84,175). Sum of RGB (Red+Green+Blue) = 214+84+175=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D654AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D654AF is #29AB50. Grayscale: #858585. Windows color (decimal): -2730833 or 11490518. OLE color: 11490518.

HSL color Cylindrical-coordinate representation of color #D654AF: hue angle of 318º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D654AF is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB21484175-
CMYK00.610.180.16
HSL318º61.32%58.43%-
HSV(B)318º60.75%83.92%-
XYZ38.6423.7343.1-
YUV133.24151.57185.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 84 (33.20% from 255) = 17.76%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=45.24%
G=17.76%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148417500.610.180.1631861.3258.43
HexD654AF03D121013e3d3a
Octal32612425707522204767572
Binary1101011010101001010111101111011001010000100111110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D654AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D654AF; }

 p { color: rgb(214,84,175); }

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

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

 a { background-color: rgb(214,84,175); }

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

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

 span { border-color: rgb(214,84,175); }

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