#D936DB

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

Shades of Free Speech Magenta #D936DB

Tints of Free Speech Magenta #D936DB

Color information

#D936DB (or 0xD936DB) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 36 and DB. RGB value is (217,54,219). Sum of RGB (Red+Green+Blue) = 217+54+219=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #D936DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D936DB is #26C924. Grayscale: #797979. Windows color (decimal): -2541861 or 14366425. OLE color: 14366425.

HSL color Cylindrical-coordinate representation of color #D936DB: hue angle of 299.27º 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 #D936DB is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21754219-
CMYK0.010.7500.14
HSL299.27º69.62%53.53%-
HSV(B)299.27º75.34%85.88%-
XYZ42.7222.569.11-
YUV121.55183196.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 54 (21.48% from 255) = 11.02%
BLUE value IS 219 (85.94% from 255) = 44.69%
R=44.29%
G=11.02%
B=44.69%

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
Decimal217542190.010.7500.14299.2769.6253.53
HexD936DB14B0E12b4636
Octal33166333111301645310666
Binary110110011101101101101111001011011101001010111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D936DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D936DB; }

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

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

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

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

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

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

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

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