#D15DD4

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

Shades of Free Speech Magenta #D15DD4

Tints of Free Speech Magenta #D15DD4

Color information

#D15DD4 (or 0xD15DD4) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 5D and D4. RGB value is (209,93,212). Sum of RGB (Red+Green+Blue) = 209+93+212=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #D15DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DD4 is #2EA22B. Grayscale: #8C8C8C. Windows color (decimal): -3056172 or 13917649. OLE color: 13917649.

HSL color Cylindrical-coordinate representation of color #D15DD4: hue angle of 298.49º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15DD4 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20993212-
CMYK0.010.5600.17
HSL298.49º58.05%59.8%-
HSV(B)298.49º56.13%83.14%-
XYZ42.0926.1465.11-
YUV141.25167.93176.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 93 (36.72% from 255) = 18.09%
BLUE value IS 212 (83.20% from 255) = 41.25%
R=40.66%
G=18.09%
B=41.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal209932120.010.5600.17298.4958.0559.8
HexD15DD413801112a3a3c
Octal3211353241700214527274
Binary110100011011101110101001111000010001100101010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15DD4; }

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

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

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

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

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

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

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

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