#D836DB

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

Shades of Free Speech Magenta #D836DB

Tints of Free Speech Magenta #D836DB

Color information

#D836DB (or 0xD836DB) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 36 and DB. RGB value is (216,54,219). Sum of RGB (Red+Green+Blue) = 216+54+219=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 54 (21.48% from 255 or 11.04% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #D836DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D836DB is #27C924. Grayscale: #787878. Windows color (decimal): -2607397 or 14366424. OLE color: 14366424.

HSL color Cylindrical-coordinate representation of color #D836DB: hue angle of 298.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D836DB is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21654219-
CMYK0.010.7500.14
HSL298.91º69.62%53.53%-
HSV(B)298.91º75.34%85.88%-
XYZ42.4222.3569.1-
YUV121.25183.17195.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 54 (21.48% from 255) = 11.04%
BLUE value IS 219 (85.94% from 255) = 44.79%
R=44.17%
G=11.04%
B=44.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216542190.010.7500.14298.9169.6253.53
HexD836DB14B0E12b4636
Octal33066333111301645310666
Binary110110001101101101101111001011011101001010111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D836DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D836DB; }

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

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

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

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

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

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

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

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