#D05DCD

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

Shades of Fuchsia #D05DCD

Tints of Fuchsia #D05DCD

Color information

#D05DCD (or 0xD05DCD) is unknown color: approx Fuchsia. HEX triplet: D0, 5D and CD. RGB value is (208,93,205). Sum of RGB (Red+Green+Blue) = 208+93+205=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DCD is #2FA232. Grayscale: #8B8B8B. Windows color (decimal): -3121715 or 13458896. OLE color: 13458896.

HSL color Cylindrical-coordinate representation of color #D05DCD: hue angle of 301.57º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05DCD is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB20893205-
CMYK00.550.010.18
HSL301.57º55.02%59.02%-
HSV(B)301.57º55.29%81.57%-
XYZ40.9525.6560.55-
YUV140.15164.6176.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.11%
GREEN value IS 93 (36.72% from 255) = 18.38%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=41.11%
G=18.38%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089320500.550.010.18301.5755.0259.02
HexD05DCD03711212e373b
Octal3201353150671224566773
Binary110100001011101110011010110111110010100101110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05DCD; }

 p { color: rgb(208,93,205); }

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

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

 a { background-color: rgb(208,93,205); }

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

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

 span { border-color: rgb(208,93,205); }

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