#d535af

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

Shades of Fuchsia #D535AF

Tints of Fuchsia #D535AF

Color information

#D535AF (or 0xD535AF) is unknown color: approx Fuchsia. HEX triplet: D5, 35 and AF. RGB value is (213,53,175). Sum of RGB (Red+Green+Blue) = 213+53+175=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D535AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D535AF is #2ACA50. Grayscale: #727272. Windows color (decimal): -2804305 or 11482581. OLE color: 11482581.

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

Color convert

RGB21353175-
CMYK00.750.180.16
HSL314.25º65.57%52.16%-
HSV(B)314.25º75.12%83.53%-
XYZ36.4519.7942.46-
YUV114.75162.01198.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.30%
GREEN value IS 53 (21.09% from 255) = 12.02%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=48.30%
G=12.02%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135317500.750.180.16314.2565.5752.16
HexD535AF04B121013a4234
Octal325652570113222047210264
Binary11010101110101101011110100101110010100001001110101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d535af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d535af; }

 p { color: rgb(213,53,175); }

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

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

 a { background-color: rgb(213,53,175); }

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

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

 span { border-color: rgb(213,53,175); }

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