#d15cd1

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

Shades of Free Speech Magenta #D15CD1

Tints of Free Speech Magenta #D15CD1

Color information

#D15CD1 (or 0xD15CD1) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 5C and D1. RGB value is (209,92,209). Sum of RGB (Red+Green+Blue) = 209+92+209=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D15CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CD1 is #2EA32E. Grayscale: #8B8B8B. Windows color (decimal): -3056431 or 13720785. OLE color: 13720785.

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

Color convert

RGB20992209-
CMYK00.5600.18
HSL300º55.98%59.02%-
HSV(B)300º55.98%81.96%-
XYZ41.6325.8163.11-
YUV140.32166.76176.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 92 (36.33% from 255) = 18.04%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=40.98%
G=18.04%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099220900.5600.1830055.9859.02
HexD15CD103801212c383b
Octal3211343210700224547073
Binary110100011011100110100010111000010010100101100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d15cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d15cd1; }

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

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

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

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

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

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

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

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