#D836D7

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

Shades of Free Speech Magenta #D836D7

Tints of Free Speech Magenta #D836D7

Color information

#D836D7 (or 0xD836D7) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 36 and D7. RGB value is (216,54,215). Sum of RGB (Red+Green+Blue) = 216+54+215=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 54 (21.48% from 255 or 11.13% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D836D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D836D7 is #27C928. Grayscale: #787878. Windows color (decimal): -2607401 or 14104280. OLE color: 14104280.

HSL color Cylindrical-coordinate representation of color #D836D7: hue angle of 300.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D836D7 is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB21654215-
CMYK00.750.000.15
HSL300.37º67.5%52.94%-
HSV(B)300.37º75%84.71%-
XYZ41.922.1466.36-
YUV120.79181.17195.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 54 (21.48% from 255) = 11.13%
BLUE value IS 215 (84.38% from 255) = 44.33%
R=44.54%
G=11.13%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2165421500.750.000.15300.3767.552.94
HexD836D704B0F12c4435
Octal33066327011301745410465
Binary110110001101101101011101001011011111001011001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D836D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D836D7; }

 p { color: rgb(216,54,215); }

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

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

 a { background-color: rgb(216,54,215); }

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

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

 span { border-color: rgb(216,54,215); }

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