#D23CD3

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

Shades of Fuchsia #D23CD3

Tints of Fuchsia #D23CD3

Color information

#D23CD3 (or 0xD23CD3) is unknown color: approx Fuchsia. HEX triplet: D2, 3C and D3. RGB value is (210,60,211). Sum of RGB (Red+Green+Blue) = 210+60+211=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 211 - color contains mainly: blue. Hex color #D23CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CD3 is #2DC32C. Grayscale: #797979. Windows color (decimal): -2999085 or 13843666. OLE color: 13843666.

HSL color Cylindrical-coordinate representation of color #D23CD3: hue angle of 299.6º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23CD3 is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB21060211-
CMYK0.000.7200.17
HSL299.6º63.18%53.14%-
HSV(B)299.6º71.56%82.75%-
XYZ39.9521.6463.7-
YUV122.06178.2190.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 60 (23.83% from 255) = 12.47%
BLUE value IS 211 (82.81% from 255) = 43.87%
R=43.66%
G=12.47%
B=43.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal210602110.000.7200.17299.663.1853.14
HexD23CD304801112c3f35
Octal3227432301100214547765
Binary110100101111001101001101001000010001100101100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23CD3; }

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

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

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

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

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

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

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

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