#D15CD3

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

Shades of Free Speech Magenta #D15CD3

Tints of Free Speech Magenta #D15CD3

Color information

#D15CD3 (or 0xD15CD3) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 5C and D3. RGB value is (209,92,211). Sum of RGB (Red+Green+Blue) = 209+92+211=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #D15CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CD3 is #2EA32C. Grayscale: #8C8C8C. Windows color (decimal): -3056429 or 13851857. OLE color: 13851857.

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

Color convert

RGB20992211-
CMYK0.010.5600.17
HSL298.99º57.49%59.41%-
HSV(B)298.99º56.4%82.75%-
XYZ41.8825.9164.42-
YUV140.55167.76176.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 92 (36.33% from 255) = 17.97%
BLUE value IS 211 (82.81% from 255) = 41.21%
R=40.82%
G=17.97%
B=41.21%

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
Decimal209922110.010.5600.17298.9957.4959.41
HexD15CD313801112b393b
Octal3211343231700214537173
Binary110100011011100110100111111000010001100101011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CD3; }

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

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

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

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

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

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

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

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