#D15CC0

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

Shades of Fuchsia #D15CC0

Tints of Fuchsia #D15CC0

Color information

#D15CC0 (or 0xD15CC0) is unknown color: approx Fuchsia. HEX triplet: D1, 5C and C0. RGB value is (209,92,192). Sum of RGB (Red+Green+Blue) = 209+92+192=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CC0 is #2EA33F. Grayscale: #8A8A8A. Windows color (decimal): -3056448 or 12606673. OLE color: 12606673.

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

Color convert

RGB20992192-
CMYK00.560.080.18
HSL308.72º55.98%59.02%-
HSV(B)308.72º55.98%81.96%-
XYZ39.6425.0252.61-
YUV138.38158.26178.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=42.39%
G=18.66%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099219200.560.080.18308.7255.9859.02
HexD15CC0038812135383b
Octal32113430007010224657073
Binary110100011011100110000000111000100010010100110101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CC0; }

 p { color: rgb(209,92,192); }

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

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

 a { background-color: rgb(209,92,192); }

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

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

 span { border-color: rgb(209,92,192); }

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