#D15CDE

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

Shades of Free Speech Magenta #D15CDE

Tints of Free Speech Magenta #D15CDE

Color information

#D15CDE (or 0xD15CDE) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 5C and DE. RGB value is (209,92,222). Sum of RGB (Red+Green+Blue) = 209+92+222=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #D15CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CDE is #2EA321. Grayscale: #8D8D8D. Windows color (decimal): -3056418 or 14572753. OLE color: 14572753.

HSL color Cylindrical-coordinate representation of color #D15CDE: hue angle of 294º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15CDE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20992222-
CMYK0.060.5900.13
HSL294º66.33%61.57%-
HSV(B)294º58.56%87.06%-
XYZ43.3126.4871.94-
YUV141.8173.26175.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 92 (36.33% from 255) = 17.59%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=39.96%
G=17.59%
B=42.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209922220.060.5900.1329466.3361.57
HexD15CDE63B0D126423e
Octal32113433667301544610276
Binary11010001101110011011110110111011011011001001101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CDE; }

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

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

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

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

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

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

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

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