#D15DCE

Color #D15DCE Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D15DCE

Tints of Free Speech Magenta #D15DCE

Color information

#D15DCE (or 0xD15DCE) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 5D and CE. RGB value is (209,93,206). Sum of RGB (Red+Green+Blue) = 209+93+206=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DCE is #2EA231. Grayscale: #8C8C8C. Windows color (decimal): -3056178 or 13524433. OLE color: 13524433.

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

Color convert

RGB20993206-
CMYK00.560.010.18
HSL301.55º55.77%59.22%-
HSV(B)301.55º55.5%81.96%-
XYZ41.3525.8461.2-
YUV140.57164.93176.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.14%
GREEN value IS 93 (36.72% from 255) = 18.31%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=41.14%
G=18.31%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099320600.560.010.18301.5555.7759.22
HexD15DCE03811212e383b
Octal3211353160701224567073
Binary110100011011101110011100111000110010100101110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15DCE; }

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

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

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

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

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

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

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

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