#D23CB0

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

Shades of Fuchsia #D23CB0

Tints of Fuchsia #D23CB0

Color information

#D23CB0 (or 0xD23CB0) is unknown color: approx Fuchsia. HEX triplet: D2, 3C and B0. RGB value is (210,60,176). Sum of RGB (Red+Green+Blue) = 210+60+176=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23CB0 is #2DC34F. Grayscale: #757575. Windows color (decimal): -2999120 or 11549906. OLE color: 11549906.

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

Color convert

RGB21060176-
CMYK00.710.160.18
HSL313.6º62.5%52.94%-
HSV(B)313.6º71.43%82.35%-
XYZ36.0320.0743.05-
YUV118.07160.7193.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.09%
GREEN value IS 60 (23.83% from 255) = 13.45%
BLUE value IS 176 (69.14% from 255) = 39.46%
R=47.09%
G=13.45%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106017600.710.160.18313.662.552.94
HexD23CB0047101213a3e35
Octal32274260010720224727665
Binary1101001011110010110000010001111000010010100111010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23CB0; }

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

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

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

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

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

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

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

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