#d23dc8

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

Shades of Fuchsia #D23DC8

Tints of Fuchsia #D23DC8

Color information

#D23DC8 (or 0xD23DC8) is unknown color: approx Fuchsia. HEX triplet: D2, 3D and C8. RGB value is (210,61,200). Sum of RGB (Red+Green+Blue) = 210+61+200=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DC8 is #2DC237. Grayscale: #787878. Windows color (decimal): -2998840 or 13123026. OLE color: 13123026.

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

Color convert

RGB21061200-
CMYK00.710.050.18
HSL304.03º62.34%53.14%-
HSV(B)304.03º70.95%82.35%-
XYZ38.6721.2156.7-
YUV121.4172.36191.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 61 (24.22% from 255) = 12.95%
BLUE value IS 200 (78.52% from 255) = 42.46%
R=44.59%
G=12.95%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106120000.710.050.18304.0362.3453.14
HexD23DC80475121303e35
Octal3227531001075224607665
Binary11010010111101110010000100011110110010100110000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d23dc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d23dc8; }

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

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

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

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

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

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

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

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