#D15ECD

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

Shades of Free Speech Magenta #D15ECD

Tints of Free Speech Magenta #D15ECD

Color information

#D15ECD (or 0xD15ECD) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 5E and CD. RGB value is (209,94,205). Sum of RGB (Red+Green+Blue) = 209+94+205=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ECD is #2EA132. Grayscale: #8C8C8C. Windows color (decimal): -3055923 or 13459153. OLE color: 13459153.

HSL color Cylindrical-coordinate representation of color #D15ECD: hue angle of 302.09º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15ECD is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB20994205-
CMYK00.550.020.18
HSL302.09º55.56%59.41%-
HSV(B)302.09º55.02%81.96%-
XYZ41.3225.9760.59-
YUV141.04164.1176.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.14%
GREEN value IS 94 (37.11% from 255) = 18.50%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=41.14%
G=18.50%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099420500.550.020.18302.0955.5659.41
HexD15ECD03721212e383b
Octal3211363150672224567073
Binary1101000110111101100110101101111010010100101110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15ECD; }

 p { color: rgb(209,94,205); }

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

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

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

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

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

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

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