#D05CCD

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

Shades of Fuchsia #D05CCD

Tints of Fuchsia #D05CCD

Color information

#D05CCD (or 0xD05CCD) is unknown color: approx Fuchsia. HEX triplet: D0, 5C and CD. RGB value is (208,92,205). Sum of RGB (Red+Green+Blue) = 208+92+205=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CCD is #2FA332. Grayscale: #8B8B8B. Windows color (decimal): -3121971 or 13458640. OLE color: 13458640.

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

Color convert

RGB20892205-
CMYK00.560.010.18
HSL301.55º55.24%58.82%-
HSV(B)301.55º55.77%81.57%-
XYZ40.8625.4760.52-
YUV139.57164.93176.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 92 (36.33% from 255) = 18.22%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=41.19%
G=18.22%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089220500.560.010.18301.5555.2458.82
HexD05CCD03811212e373b
Octal3201343150701224566773
Binary110100001011100110011010111000110010100101110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05CCD; }

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

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

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

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

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

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

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

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