#D05CC1

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

Shades of Fuchsia #D05CC1

Tints of Fuchsia #D05CC1

Color information

#D05CC1 (or 0xD05CC1) is unknown color: approx Fuchsia. HEX triplet: D0, 5C and C1. RGB value is (208,92,193). Sum of RGB (Red+Green+Blue) = 208+92+193=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CC1 is #2FA33E. Grayscale: #898989. Windows color (decimal): -3121983 or 12672208. OLE color: 12672208.

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

Color convert

RGB20892193-
CMYK00.560.070.18
HSL307.76º55.24%58.82%-
HSV(B)307.76º55.77%81.57%-
XYZ39.4724.9153.18-
YUV138.2158.93177.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 193 (75.78% from 255) = 39.15%
R=42.19%
G=18.66%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089219300.560.070.18307.7655.2458.82
HexD05CC1038712134373b
Octal3201343010707224646773
Binary11010000101110011000001011100011110010100110100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05CC1; }

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

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

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

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

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

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

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

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