#D15DC1

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

Shades of Fuchsia #D15DC1

Tints of Fuchsia #D15DC1

Color information

#D15DC1 (or 0xD15DC1) is unknown color: approx Fuchsia. HEX triplet: D1, 5D and C1. RGB value is (209,93,193). Sum of RGB (Red+Green+Blue) = 209+93+193=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DC1 is #2EA23E. Grayscale: #8A8A8A. Windows color (decimal): -3056191 or 12672465. OLE color: 12672465.

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

Color convert

RGB20993193-
CMYK00.560.080.18
HSL308.28º55.77%59.22%-
HSV(B)308.28º55.5%81.96%-
XYZ39.8325.2353.22-
YUV139.08158.43177.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=42.22%
G=18.79%
B=38.99%

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
Decimal2099319300.560.080.18308.2855.7759.22
HexD15DC1038812134383b
Octal32113530107010224647073
Binary110100011011101110000010111000100010010100110100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15DC1; }

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

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

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

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

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

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

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

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