#D15CBE

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

Shades of Fuchsia #D15CBE

Tints of Fuchsia #D15CBE

Color information

#D15CBE (or 0xD15CBE) is unknown color: approx Fuchsia. HEX triplet: D1, 5C and BE. RGB value is (209,92,190). Sum of RGB (Red+Green+Blue) = 209+92+190=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CBE is #2EA341. Grayscale: #898989. Windows color (decimal): -3056450 or 12475601. OLE color: 12475601.

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

Color convert

RGB20992190-
CMYK00.560.090.18
HSL309.74º55.98%59.02%-
HSV(B)309.74º55.98%81.96%-
XYZ39.4224.9351.45-
YUV138.16157.26178.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=42.57%
G=18.74%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099219000.560.090.18309.7455.9859.02
HexD15CBE038912136383b
Octal32113427607011224667073
Binary110100011011100101111100111000100110010100110110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CBE; }

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

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

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

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

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

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

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

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