#D23CBA

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

Shades of Fuchsia #D23CBA

Tints of Fuchsia #D23CBA

Color information

#D23CBA (or 0xD23CBA) is unknown color: approx Fuchsia. HEX triplet: D2, 3C and BA. RGB value is (210,60,186). Sum of RGB (Red+Green+Blue) = 210+60+186=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CBA is #2DC345. Grayscale: #767676. Windows color (decimal): -2999110 or 12205266. OLE color: 12205266.

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

Color convert

RGB21060186-
CMYK00.710.110.18
HSL309.6º62.5%52.94%-
HSV(B)309.6º71.43%82.35%-
XYZ37.0620.4848.45-
YUV119.21165.7192.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.05%
GREEN value IS 60 (23.83% from 255) = 13.16%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=46.05%
G=13.16%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106018600.710.110.18309.662.552.94
HexD23CBA047B121363e35
Octal32274272010713224667665
Binary110100101111001011101001000111101110010100110110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23CBA; }

 p { color: rgb(210,60,186); }

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

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

 a { background-color: rgb(210,60,186); }

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

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

 span { border-color: rgb(210,60,186); }

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