#D15CE6

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

Shades of Free Speech Magenta #D15CE6

Tints of Free Speech Magenta #D15CE6

Color information

#D15CE6 (or 0xD15CE6) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 5C and E6. RGB value is (209,92,230). Sum of RGB (Red+Green+Blue) = 209+92+230=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #D15CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15CE6 is #2EA319. Grayscale: #8E8E8E. Windows color (decimal): -3056410 or 15097041. OLE color: 15097041.

HSL color Cylindrical-coordinate representation of color #D15CE6: hue angle of 290.87º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15CE6 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20992230-
CMYK0.090.6000.10
HSL290.87º73.4%63.14%-
HSV(B)290.87º60%90.2%-
XYZ44.426.9277.72-
YUV142.72177.26175.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 92 (36.33% from 255) = 17.33%
BLUE value IS 230 (90.23% from 255) = 43.31%
R=39.36%
G=17.33%
B=43.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal209922300.090.6000.10290.8773.463.14
HexD15CE693C0A123493f
Octal321134346117401244311177
Binary110100011011100111001101001111100010101001000111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CE6; }

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

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

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

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

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

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

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

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