#D15CC1

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

Shades of Fuchsia #D15CC1

Tints of Fuchsia #D15CC1

Color information

#D15CC1 (or 0xD15CC1) is unknown color: approx Fuchsia. HEX triplet: D1, 5C and C1. RGB value is (209,92,193). Sum of RGB (Red+Green+Blue) = 209+92+193=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CC1 is #2EA33E. Grayscale: #8A8A8A. Windows color (decimal): -3056447 or 12672209. OLE color: 12672209.

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

Color convert

RGB20992193-
CMYK00.560.080.18
HSL308.21º55.98%59.02%-
HSV(B)308.21º55.98%81.96%-
XYZ39.7525.0653.19-
YUV138.5158.76178.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.31%
GREEN value IS 92 (36.33% from 255) = 18.62%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=42.31%
G=18.62%
B=39.07%

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
Decimal2099219300.560.080.18308.2155.9859.02
HexD15CC1038812134383b
Octal32113430107010224647073
Binary110100011011100110000010111000100010010100110100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CC1; }

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

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

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

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

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

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

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

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