#D23DAD

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

Shades of Fuchsia #D23DAD

Tints of Fuchsia #D23DAD

Color information

#D23DAD (or 0xD23DAD) is unknown color: approx Fuchsia. HEX triplet: D2, 3D and AD. RGB value is (210,61,173). Sum of RGB (Red+Green+Blue) = 210+61+173=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DAD is #2DC252. Grayscale: #767676. Windows color (decimal): -2998867 or 11353554. OLE color: 11353554.

HSL color Cylindrical-coordinate representation of color #D23DAD: hue angle of 314.9º 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 #D23DAD is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB21061173-
CMYK00.710.180.18
HSL314.9º62.34%53.14%-
HSV(B)314.9º70.95%82.35%-
XYZ35.7920.0641.52-
YUV118.32158.86193.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.30%
GREEN value IS 61 (24.22% from 255) = 13.74%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=47.30%
G=13.74%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106117300.710.180.18314.962.3453.14
HexD23DAD047121213b3e35
Octal32275255010722224737665
Binary1101001011110110101101010001111001010010100111011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23DAD; }

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

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

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

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

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

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

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

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