#D23DAF

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

Shades of Fuchsia #D23DAF

Tints of Fuchsia #D23DAF

Color information

#D23DAF (or 0xD23DAF) is unknown color: approx Fuchsia. HEX triplet: D2, 3D and AF. RGB value is (210,61,175). Sum of RGB (Red+Green+Blue) = 210+61+175=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DAF is #2DC250. Grayscale: #767676. Windows color (decimal): -2998865 or 11484626. OLE color: 11484626.

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

Color convert

RGB21061175-
CMYK00.710.170.18
HSL314.09º62.34%53.14%-
HSV(B)314.09º70.95%82.35%-
XYZ35.9820.1342.55-
YUV118.55159.86193.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.09%
GREEN value IS 61 (24.22% from 255) = 13.68%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=47.09%
G=13.68%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106117500.710.170.18314.0962.3453.14
HexD23DAF047111213a3e35
Octal32275257010721224727665
Binary1101001011110110101111010001111000110010100111010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23DAF; }

 p { color: rgb(210,61,175); }

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

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

 a { background-color: rgb(210,61,175); }

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

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

 span { border-color: rgb(210,61,175); }

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